by zeronsh
A native control plane for Claude Code, Codex, Cursor, Devin and other coding agents.
# Add to your Claude Code skills
git clone https://github.com/zeronsh/zeronLast scanned: 9/11/2026
{
"issues": [
{
"file": "README.md",
"line": 14,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://zeron.sh/install.sh | sh\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-09-11T08:36:36.273Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how zeron compares with popular alternatives.
zeron is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zeronsh. A native control plane for Claude Code, Codex, Cursor, Devin and other coding agents. It has 1,400 GitHub stars.
Yes. zeron 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/zeronsh/zeron" and add it to your Claude Code skills directory (see the Installation section above).
zeron is primarily written in Rust. It is open-source under zeronsh 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 zeron against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Control your coding agents (Claude Code, Codex, Cursor, Devin, Grok, Hermes, Pi) locally by default, with optional multi-device sync.
English | 简体中文

Every device runs a small engine that stores sessions on that device. A new installation starts in local-only mode without an account or a network connection.
curl -fsSL https://zeron.sh/install.sh | sh
zeron status
The installer starts the daemon immediately and keeps it running across reboots. No sign-in or sync configuration is required.
The desktop sidebar browser also needs the Linux browser runtime.
Day-to-day:
zeron status # local/synced mode and engine status
zeron update # update to the latest release
zeron daemon start|stop|restart|status
Sign in only when you want to open your account's synced workspace. Authentication changes the profile selected by the next engine start, so stop the daemon before changing it:
zeron daemon stop
zeron login
zeron daemon start
You can then start an agent on one synced device and follow or drive it from another. An always-on machine such as a VPS can keep those agents working after you close your laptop.
Devices signed in to the same synced account are trusted with remote workspace access. A device controlling a workspace on another device can list, read, and write its files; enabling Show ignored files also makes gitignored files such as .env available remotely. .git is always excluded. Only sign in devices you trust with the full contents of your workspaces.
Signing in does not upload, move, or import existing local sessions. Local sessions and their attachments remain under the local profile and reappear when you return to local-only mode:
zeron daemon stop
zeron logout
zeron daemon start
zeron login and zeron logout refuse to modify credentials while an engine owns the data directory. The desktop app follows the same next-restart profile boundary.
On macOS: use the desktop release, or build zeron from source and run zeron daemon install to install the launchd service.
Developing or curious how it works? or check out ARCHITECTURE.md.
Licensed under the MIT License.