by saadnvd1
Mobile-first web UI for managing AI coding sessions (Claude Code, Codex, Aider, Gemini CLI, Amp, Pi). Self-hosted with multi-pane terminals, git integration, and session orchestration.
# Add to your Claude Code skills
git clone https://github.com/saadnvd1/agent-osLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:18:34.574Z",
"npmAuditRan": false,
"pipAuditRan": true
}agent-os is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by saadnvd1. Mobile-first web UI for managing AI coding sessions (Claude Code, Codex, Aider, Gemini CLI, Amp, Pi). Self-hosted with multi-pane terminals, git integration, and session orchestration. It has 136 GitHub stars.
Yes. agent-os passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/saadnvd1/agent-os" and add it to your Claude Code skills directory (see the Installation section above).
agent-os is primarily written in TypeScript. It is open-source under saadnvd1 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent-os against similar tools.
No comments yet. Be the first to share your thoughts!
A mobile-first web UI for managing AI coding sessions.
https://github.com/user-attachments/assets/0e2e66f7-037e-4739-99ec-608d1840df0a

If you already have Node.js 20+ installed:
# Install globally
npm install -g @saadnvd1/agent-os
# Run setup (checks/installs tmux, ripgrep, builds app)
agent-os install
# Start the server
agent-os start
For fresh installs without Node.js:
curl -fsSL https://raw.githubusercontent.com/saadnvd1/agent-os/main/scripts/install.sh | bash
agent-os start
Download native desktop apps from Releases:
.dmg.deb or .AppImageNote: The desktop app is a native wrapper around the web UI. You still need to install and run AgentOS (via the installer script above) for the backend server. The desktop app just provides a convenient native window instead of using your browser.
Don't want to self-host? Try AgentOS Cloud - pre-configured cloud VMs for AI coding.
git clone https://github.com/saadnvd1/agent-os
cd agent-os
npm install
npm run dev # http://localhost:3011
agent-os update)| Agent | Resume | Fork | Auto-Approve |
|---|---|---|---|
| Claude Code | ✅ | ✅ | --dangerously-skip-permissions |
| Codex | ❌ | ❌ | --approval-mode full-auto |
| OpenCode | ❌ | ❌ | Config file |
| Gemini CLI | ❌ | ❌ | --yolomode |
| Aider | ❌ | ❌ | --yes |
| Cursor CLI | ❌ | ❌ | N/A |
| Amp | ❌ | ❌ | --dangerously-allow-all |
| Pi | ❌ | ❌ | N/A |
| Oh My Pi | ❌ | ❌ | N/A |
agent-os run # Start and open browser
agent-os start # Start in background
agent-os stop # Stop server
agent-os status # Show URLs
agent-os logs # Tail logs
agent-os update # Update to latest
Use Tailscale for secure access from your phone:
http://100.x.x.x:3011 from your phoneFor configuration and advanced usage, see the docs.
MIT License - Free and open source.
See LICENSE for full terms.