Signal Studio is in public beta. Usable, but still moving. Join the beta
Docs / Getting started

Installation

Windows today, macOS in progress. Nothing else is required: the interpreter and every dependency ship inside the installer.

Windows

Download the .msi from the download page and run it. The installer is about 486 MB because it carries a complete Python environment; that is why you do not have to install anything else.

Windows will warn you on first launch. The installer is not code-signed yet, so SmartScreen shows "unrecognised app". Click "More info" then "Run anyway". You can confirm you have the real file by comparing its SHA-256 against the one published on the download page.

macOS

Not published yet. The code compiles; packaging, signing and notarisation remain. Tracked as R-001 on the roadmap.

Linux

Compiles, but is not packaged or tested across distributions. If you would use it, say so on the forum: that is what moves R-010.

You do not need Python installed

A bundled environment ships with the application, isolated from anything else on your machine. It will not conflict with your conda environments, and your environments will not be used.

Where things are installed

ApplicationC:\Program Files\Signal Studio
Your cards%APPDATA%\Signal Studio\cards\user\
Your workflows%APPDATA%\Signal Studio\workflows\user\
Extensions%APPDATA%\Signal Studio\extensions\user\

Updates

The application checks once a day and offers an update when one exists. It never installs anything without asking. Turn it off by blocking eeg.studio; the software handles the failure silently.

Edit this page on GitHub