Solenta quickstart

Solenta runs every coding agent, claude, codex, opencode, kimi and grok , side by side in one native macOS window, each in its own PTY and git worktree. This is the short version: install it, meet the palette, and put a fleet to work. Solenta is in early beta; it updates itself, so you stay current.

Install

Download the beta disk image, open it, and drag Solenta to your Applications folder. It is signed and notarized, so Gatekeeper opens it without a fuss.

# from the Downloads folder
open Solenta.dmg
# drag Solenta → Applications, then launch it

First launch

The first run walks you through a short setup wizard. You can skip any step and come back later from Settings. The steps are:

  1. Workspace, point Solenta at a project folder. A workspace maps one-to-one to a repo or directory.
  2. Agents, pick which coding agents you use. Anything not already on your machine can be installed with one click from the grid (claude, codex, opencode, kimi, grok). Hermes is different: it is an agent you provision on a VPS, not a local install (see Remote & Hermes).
  3. Voice, enable the voice assistant and choose a speaking voice.
  4. Tour, a quick look at the palette, orchestration, and the ambient (notch) layer.

The ⌘K palette

Everything starts with the launch palette. Press K anywhere to open Launch…, then pick an agent (or a plain shell), an optional task, and whether to run it in an isolated git worktree. The agents you use most sit as one-click chips in the top bar; everything else lives one keystroke away in the palette.

Jump to a blocked agent: when an agent is waiting on you, press J to cycle straight to the pane that needs a human.

Workspaces & panes

A workspace is a project folder. Each workspace has tabs, and each tab splits into panes. Every pane is a real PTY running either an agent or a plain shell, arranged however the work demands.

Voice assistant

Solenta has a built-in voice assistant with a speaking orb. Speech-to-text runs locally on-device (Parakeet TDT, accurate, 25 languages, a one-time model download), so push-to-talk works without shipping your audio anywhere.

Orchestration

Instead of driving each agent yourself, launch an orchestrator: give it a goal and a set of worker profiles, and it fans the goal out into self-contained tasks, one worker agent per task in its own worktree. It reviews each worker's output, sends bounded rework until the work is up to par, and merges accepted work.

Workflows alpha

Workflows is a visual canvas for designing multi-agent pipelines. Open it from the top-bar button, place agent nodes, connect them, and run the graph as a workflow: an orchestrator node fans out to workers, a reviewer checks their output, and results merge, all with the same worktree isolation and confirm-first merges as a plain orchestration run. It is early alpha and evolving quickly.

Notch overlay

On Macs with a display notch, Solenta drops a Dynamic-Island-style panel out of the notch on hover. It lists every agent with its workspace and status dot, so you can glance at the whole fleet, and jump to any of them , without switching windows. Blocked agents also raise a dock badge, a notification, and the bell.

Skills

Skills are short, agent-agnostic markdown playbooks Solenta can hand any agent, plain shell and git, no CLI-specific tool names. A few ship built-in:

Shared memory

Every pane connects to one knowledge graph, SQLite with FTS5 full-text search, exposed over MCP. Before starting, an agent can call agent_awareness for a digest of who is active, who is blocked, and what the fleet already learned. Entries are superseded, never deleted, so history stays auditable and the fleet remembers across sessions.

A once-a-day memory janitor agent (while the app is open) merges duplicate memories and tidies stale tasks; you can also run it on demand from the launch menu.

Checkpoints & rollback

Solenta auto-snapshots an agent's worktree as it works. The checkpoints button in a pane header (a clock icon) lists each snapshot with its relative time, file count, and subject. Click a row to restore the worktree to that point, and restore is itself undoable, because Solenta takes a safety checkpoint of the current state first.

Remote agents & Hermes

Agents don't have to run on your Mac. A background daemon (agentmux-ptyd) can run on another machine, reached over an SSH tunnel, and its agents keep running when you close the tunnel or quit Solenta, the daemon lives on the remote.

Auto-update

Solenta updates itself (via Sparkle). Because this is an early beta, updates land often; you don't need to re-download the disk image, the app checks for and installs new versions on its own. That is the whole point of the beta channel: you stay current automatically.

Download the beta