Skip to content

CLI Master v0.1.0 Beta

Pre-release
Pre-release

Choose a tag to compare

@guicybercode guicybercode released this 29 Aug 16:33
d4bf7ef

CLI Master v0.1.0 is the first Beta release of the local-first desktop control center for running coding-agent CLIs in isolated Git worktrees.

Included in this Beta

  • Desktop workspace for projects, parallel PTY sessions, terminal grids, and Git worktrees.
  • Built-in adapters for Codex, Claude Code, Gemini CLI, and OpenCode, plus structured custom executables.
  • Local daemon with typed IPC, SQLite persistence and recovery, agent diagnostics, and guarded worktree removal.
  • Cross-platform acceptance coverage using a deterministic fake agent; no vendor login is required for the test suite.
  • Bundled cli-masterd 0.1.0 (protocol 1) with preflight diagnostics.

Downloads

  • Linux x86-64: CLI.Master_0.1.0_amd64.AppImage
  • macOS Apple Silicon: CLI.Master_0.1.0_aarch64.dmg or CLI.Master.app.zip
  • SHA256SUMS: checksums for all three downloads

Windows is outside the scope of this Beta.

Verify before running

# Linux
sha256sum -c SHA256SUMS

# macOS
shasum -a 256 -c SHA256SUMS

The builds are not signed with a distribution certificate and are not notarized. The macOS app only carries an ad hoc linker signature, with no Team ID. After verifying the checksum, macOS testers may need to allow the app in System Settings → Privacy & Security. Linux users should mark the AppImage executable with chmod +x.

Beta limitations

  • Git must be available on PATH; coding-agent CLIs are optional until their sessions are started.
  • Code signing, Developer ID notarization, and automatic updates are not configured.
  • PTYs are not reattached after a daemon crash; persisted stale sessions are recovered as unknown without signaling unrelated processes.

See docs/install.md, docs/first-use.md, and docs/troubleshooting.md in the repository for setup and recovery guidance.