Termic vs Paseo
Paseo is real competition. It is not a toy wrapper. It has mobile, web, a daemon, schedules, voice, relay access and a lot of providers.
Termic is the smaller shape on purpose: a local desktop app that runs the real terminal agents in worktrees, shows you the diff, and can put a macOS sandbox around the task.
01
Paseo is remote-first
Daemon on a machine. Clients on your desktop, phone, browser or CLI. Great if your agents live on a dev box or you want to poke them from the couch.
02
Termic is desk-first
One local app. Real PTYs. Real git worktrees. The workflow is closer to iTerm plus a diff viewer plus project memory, not a remote control plane.
03
The sandbox is the sharp edge
Paseo documents relay and daemon security. Termic puts the agent itself in a per-task macOS Seatbelt profile with network allowlisting.
feature by feature
What changes in practice
Short version: Paseo wins when you need remote control. Termic wins when the work is local and you care about the process boundary.
Best fit
Product shape
Install path
npm install -g @getpaseo/cli. Agent support
claude, codex, Grok, Antigravity, Copilot and opencode. Any PTY command can be registered. Runs the actual CLI
Git worktrees
Main checkout / any-directory work
Mobile and web control
Scheduled jobs
Ralph-style loops
/paseo-loop skill. Security boundary
Data path
Voice
License
Platforms
Last reviewed: 2026-06-09. Paseo claims are based on the public sources linked below. If something changed, file an issue.
pick paseo
Use Paseo when the phone matters
Paseo is strong when the agent is not tied to the laptop in front of you. Run the daemon on a dev server, pair a phone, use the relay, schedule a job, attach from the CLI. That is a coherent product.
It also has first-class cron and interval schedules. If you want an agent to wake up every morning, check CI, babysit a build, or keep a heartbeat going from a server, Paseo is built for that.
pick termic
Use Termic when the boundary matters
Termic is the boring local option. That is a feature. Open the repo. Spawn claude,
codex or grok. Watch the terminal. Review the diff.
Send the work back to main when it is good.
The non-boring part is the sandbox. A remote control layer protects access to the daemon. Termic's sandbox protects the rest of your machine from the agent process. Those are not the same problem.
If your failure mode is "a prompt-injected agent reads ~/.ssh and posts it
somewhere", a phone app does not help. A filesystem sandbox and network allowlist do.
queues
About scheduled messages and Ralph loops
Paseo has daemon schedules. Termic has a supervised queue inside the agent tab.
Queue the next prompt. Repeat it N times. Tell the agent to read TASKS.md,
do the next unchecked item, run checks, mark it done, then wait for the next turn. It is a Ralph-style
loop without pretending an infinite hidden daemon is always a good idea.
Read the docs: scheduled messages, repeated messages and Ralph-style loops.
questions
Comparison FAQ
Is Termic a Paseo alternative?
When should I pick Paseo?
When should I pick Termic?
Does Termic have Paseo-style mobile or remote access?
Does Termic have schedules like Paseo?
Can both run Claude Code and Codex?
Does Paseo have a sandbox like Termic?
Can I use both?
sources
What I checked
Public Paseo docs and repo, reviewed on 2026-06-09. No anonymous forum lore. No vibes.
Install Termic
Free. AGPL-3.0. macOS and Linux releases now.