Open Science 0.1.1
Maintenance release focused on Windows performance — recommended for all Windows users.
Fixed
- Whole-app freezes on Windows — heavy operations (notebook cell execution, tool detection, provenance capture, runtime startup, file previews) ran on the UI thread. The app froze for the duration of every notebook cell and stuttered right after launch and when opening the Skills page. All of these now run off the UI thread; notebook execution uses a dedicated blocking pool, so the interface stays responsive even during long-running cells (this also benefits macOS/Linux).
- Black console windows popping up — every helper process (Python kernel, interpreter probes, tool detection,
taskkill) flashed a console window on Windows. All spawns now useCREATE_NO_WINDOW. - Windows Store fake
python.exedetected as a real interpreter — the Store alias runs but exits non-zero, which caused endless kernel respawns (and more window spam). Interpreter/tool probes now require--versionto actually succeed; without a real Python you get a clear "install Python 3" message instead.
System requirements: macOS 13 Ventura or later · Windows 10/11 (x64). The bundled OpenCode runtime does not run on macOS 12 or older — the app window opens but never connects.
Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Open.Science_0.1.1_aarch64.dmg |
| macOS (Intel) | Open.Science_0.1.1_x64.dmg |
| Windows 10/11 (x64) | Open.Science_0.1.1_x64-setup.exe (or the .msi) |
| Debian / Ubuntu | Open.Science_0.1.1_amd64.deb |
| Fedora / RHEL / openSUSE | Open.Science-0.1.1-1.x86_64.rpm |
Install notes (unsigned builds)
These builds are not code-signed yet — a one-time step per install is needed.
macOS — "Open Science is damaged and can't be opened"
Gatekeeper reports downloaded unsigned apps as damaged (right-click → Open does not bypass it). To fix:
- Open the
.dmgand drag Open Science into Applications. - Open Terminal (Spotlight → type "Terminal") and run:
This only removes the quarantine flag macOS puts on files downloaded from the internet.
xattr -cr "/Applications/Open Science.app" - Launch Open Science from Applications as usual.
Windows — SmartScreen
If SmartScreen shows "Windows protected your PC", click More info → Run anyway.