Free desktop build of Alethe for Windows, macOS and Linux. Local app is free; cloud/sync services may be offered separately.
Alethe organizes, runs and resumes multiple code agents (Claude Code, Codex, OpenCode — now Antigravity too) and real shells side by side, in a persistent workspace with layouts, themes, history and RAM control.
What's new in 1.3.0
This release folds in the multi-provider/graphify and macOS contributions on top of a redesigned Home, loading screen and sidebar, plus Antigravity support.
✨ Highlights
- Graphify — your code graph as an MCP server. Turn a repo into a knowledge graph (files, symbols, who-calls-what) and hand it to your agents so they navigate the codebase instead of grepping blindly. The connection is universal across all three CLIs: Claude gets it via
--mcp-config, while Codex and OpenCode get it merged non-destructively into the project's own config (.codex/config.toml/opencode.json). Includes a graph viewer pane (open it from the project's ⋯ menu) and snapshots. - Native Ghostty terminal on macOS. Opt-in libghostty backend embedded in a native view over the WebView, for a faster terminal. No change on Windows/Linux (stays on xterm.js).
- Antigravity (
agy) provider. First-class support: CLI detection, spawn/resume via--conversation, session discovery and its own usage widget. - Rounded window corners on macOS, clipped at the AppKit level to match the frameless window.
🛠️ Improved
- Merge & worktree robustness. Monotonic
projects.jsonwrites (single-instance guard), git lock classification (admin vs. transientindex.lockwith backoff), orphan-worktree tracking and batch cleanup, and a resilient merge state machine with auto-finalization. - macOS Claude token discovery through the Keychain (per-platform keyring backends), and a dev keyboard fix so the terminal no longer inherits an unwanted vi-mode from
npm run'sEDITOR=vi. - Home redesign. Interactive ASCII backdrop with a smooth transition into the dashboard, a mini-terminal quick launcher (agent/project/folder/mode), a tidy Spotify dock, and clearer Usage & Activity / Time & Focus panels driven by real data.
- New loading screen — the Alethe mark rendered as an animated ASCII composition, with a console-style "Initializing workspace" line and a dot-matrix progress rail.
- Projects sidebar — the active project is a pinned, compact card on top with a smooth expand/collapse; the rest is a flat list with colored monogram icons, an always-visible ⋯ menu (no clipping), and a work indicator per row. Branch, terminal count, folder path and the "Ungrouped" header are gone.
- Unrestricted (YOLO) mode is now a one-click control in the add-AI modal; memory management only monitors by default (smart LRU is opt-in); the new-terminal modal got card selection and recent-folder shortcuts.
🐛 Fixed
- A Windows path no longer corrupts the entire Codex
.codex/config.toml— the command/path is now escaped for TOML. - Merge finalize no longer loops forever on its 7s fallback poll after hitting a failed state.
Install: grab the installer for your OS from the assets below (Windows .msi/.exe, macOS .dmg, Linux .AppImage/.deb). Full, detailed changelog lives in docs/CHANGELOG.md.