Secure multi-agent workstation

Your agents should be
sandboxed, orchestrated,
and vendor-independent.

LINCE turns your terminal into a multi-agent engineering workstation. Run Claude, Codex, Gemini, or any coding agent in parallel — each one sandboxed, monitored, and controllable by voice. No vendor lock-in.

$ curl -sSL https://lince.sh/install | bash

Linux (fully supported) · macOS (experimental) · Windows (planned)

Why LINCE?

🛡

Agents need sandboxing

AI coding agents get full terminal access. Without isolation, one bad command can reach your SSH keys, cloud credentials, or git push to production. LINCE sandboxes every agent with bubblewrap — same tech as Flatpak.

🎯

Orchestrate, don't babysit

Run 8+ agents in parallel across different projects. The TUI dashboard shows real-time status, token usage, and active tools. Spawn, focus, hide, kill agents with single keystrokes.

🎙

Whisper to any agent

Speak and your words are transcribed locally via Whisper, then routed to whichever agent has focus. No audio leaves your machine. Works with any agent, not just one vendor.

🌐

No vendor lock-in

Your workflow and security should not depend on a single vendor. LINCE supports Claude Code, Codex, Gemini, OpenCode, Aider, Amp — and any custom agent via config. Switch freely.

The Dashboard

A Zellij WASM plugin that acts as your command center. Config-driven — add new agent types with TOML, no code changes.

LINCE Dashboard - showing multiple agents running in parallel with status, sandbox, and profile columns LINCE Dashboard - detailed view showing agent info panel and Claude Code interaction

Multi-agent

8+ agents in parallel. Claude, Codex, Gemini, OpenCode, or custom.

Session persistence

Save and restore your agent constellation across sessions.

Voice relay

VoxCode transcriptions piped directly to the focused agent.

Sandbox isolation

Every agent runs inside agent-sandbox. Full autonomy, zero host risk.

Swimlane grouping

Agents auto-grouped by project directory when working across repos.

Config-driven

Add agents via TOML. No code changes, no recompilation.

Install

One-liner

$ curl -sSL https://lince.sh/install | bash

Interactive wizard: detects your OS, installs prerequisites, sets up sandbox + dashboard. Offers optional VoxCode voice input.

Manual

$ git clone https://github.com/RisorseArtificiali/lince
$ cd lince/sandbox && ./install.sh
$ cd ../lince-dashboard && ./install.sh
$ source ~/.bashrc && zd

Clone, install sandbox + dashboard, launch. See QUICKSTART.md for details.

Linux

Fully supported. Tested on Fedora, Ubuntu, Arch.

macOS

Experimental. Sandbox via nono (Seatbelt). Looking for testers.

Windows

Planned. WSL2 likely works today. Tracking issue.

How it works

You speak    ───>  VoxCode      ───>  Whisper transcribes locally
                                     │
                              Dashboard  <───  routes to focused agent
                                     │
                            agent-sandbox  <───  isolates execution
                              ┌──────┼──────┐
                         Claude   Codex   Gemini   ...any agent
                              │      │      │
                           project/ project/ project/  (sandboxed)

Repositories