Skip to content

Open Science 0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:22

UI release — a cleaner, Codex-style workspace layout: collapsible sidebar, a single-row titlebar, and a resizable artifacts pane.

New

  • Collapsible sidebar — toggle with ⌘/Ctrl+B, the header button, or by dragging the divider shut (width 184–340px, persisted). When collapsed, the session header doubles as the titlebar: traffic lights → expand → folder → title, all on one draggable row.
  • Resizable, maximizable right pane — the artifacts/Files pane now has a drag divider (360–960px, persisted; dragging far right snaps it closed) and a maximize button that expands the pane to the whole window.
  • Unified 48px headers — the session titlebar, sidebar strip, and every pane header share one fixed height; the macOS traffic lights are re-centered to sit exactly on that line. Header icons are lighter-weight (thin strokes, solid ink) and sized to match the traffic lights.

Fixed

  • Window dragging on macOS — drag regions were silently denied by the capabilities ACL since day one; the window can now be moved from any header/titlebar area, and double-click-to-zoom works.
  • Provider credential changes now take effect immediately — saving or clearing an API key no longer requires restarting the app or reopening the session.
  • Browser OAuth no longer hangs the Settings page — cancelled logins abort cleanly and no longer resurrect later; a login completed after Cancel still refreshes the provider list; SDK errors now carry the server's diagnostic message.
  • macOS 12 and older are now refused at install time — the bundled OpenCode runtime requires macOS 13, so on macOS 12 the app opened but could never connect; Gatekeeper now shows a clear OS-requirement 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.2_aarch64.dmg
macOS (Intel) Open.Science_0.1.2_x64.dmg
Windows 10/11 (x64) Open.Science_0.1.2_x64-setup.exe (or the .msi)
Debian / Ubuntu Open.Science_0.1.2_amd64.deb
Fedora / RHEL / openSUSE Open.Science-0.1.2-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:

  1. Open the .dmg and drag Open Science into Applications.
  2. Open Terminal (Spotlight → type "Terminal") and run:
    xattr -cr "/Applications/Open Science.app"
    This only removes the quarantine flag macOS puts on files downloaded from the internet.
  3. Launch Open Science from Applications as usual.

Windows — SmartScreen

If SmartScreen shows "Windows protected your PC", click More info → Run anyway.