Agent sessions that persist
Keep thread history, native models, modes, commands, authentication state, and streaming output across browser sessions.
Local-first agent workspace
Run coding agents with durable context, real terminals, and permissions you can actually see.
curl -fsSL https://trit.wtf/install | bashWorkspace
Keep thread history, native models, modes, commands, authentication state, and streaming output across browser sessions.
Work in project-scoped PTYs or persistent tmux sessions beside the agent conversation instead of behind an abstraction.
Review filesystem and terminal operations, retain their audit trail, and scope repeat approvals to the thread that earned them.
Store state in SQLite, back it up before migrations, and keep releases, configuration, and data independently replaceable.
Security
Agents and shells run as your service user. Trit keeps the origin on loopback and makes the deployment boundary visible.
Loopback-only origin
Verified remote identity
Exact browser-origin enforcement
Project-root filesystem boundaries
Distribution
Checksum-verified archives with a bundled Node runtime.
Atomic version switching with health-checked rollback.
Database backup and numbered migrations before restart.
User-level systemd service with journal-backed logs.