Skip to content

Switch Console 0.21.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:39
· 25 commits to main since this release
1dc7418

Switch Console desktop app 0.21.0 — macOS arm64 and Linux x64.

What's new in 0.21.0

  • No GitHub login required anymore. Now that the repository and its packages are public (CHOO-2023), the private-repo machinery is gone: the updater no longer needs a gh token (every user receives updates), managed-server image pulls no longer docker login ghcr.io, and remote-host setup drops its interactive gh:auth step. Switch no longer installs, probes, or forwards credentials to gh on a remote host.
  • Local-server mode now bundles switch-core 0.13.1 (was 0.13.0).
  • Codex sessions run @sandboxaq/switch-agent-runtime@0.3.0 (was 0.1.6), matching the runtime's move to public npmjs.

Install

macOS (arm64): download the .dmg, open it, drag Switch Console to Applications. Signed and notarized with SandboxAQ's Developer ID — it opens without a Gatekeeper bypass.

Linux (x64): download the .AppImage (chmod +x then run), the .deb (sudo apt install ./<file>.deb) or the .rpm (sudo dnf install ./<file>.rpm). Linux builds are unsigned.

In-app updates are automatic — no GitHub login needed.