AI drafts the contract. The gate decides if it ships.
ProofShip is a local-first desktop app for building and deploying Web3 products: you describe a contract in natural language, a coding agent of your choice drafts it as a ProofForge ProgramV1 source, and a machine gate decides whether anything ships. First target chain: X Layer.
AI 起草合约,门禁决定它能不能上链。ProofShip 是一个本地优先的桌面 app。
The app is the zeron desktop (Sessions + ACP agents) plus two settings modules: Networks and Wallets. ProofForge is meant to be used as a Skill / MCP server — not as an embedded Studio. There is no browser Sessions client; remote control uses the existing zeron edge when you self-host it.
cargo run -p zeronEvery 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.
cargo run -p zeron
zeron statuszeron daemon install starts the engine immediately and keeps it running
across reboots. No sign-in or sync configuration is required.
Day-to-day:
zeron status # local/synced mode and engine status
zeron update # update to the latest release
zeron daemon start|stop|restart|statusSign in only when you want to open a 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 startYou 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.
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 startzeron 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: build zeron from source and run zeron daemon install to install
the launchd service.
apps/zeron the desktop binary (headed + headless engine daemon)
apps/landing marketing site
apps/ios iOS companion
crates/ proto · doc · sync · harness · engine · rpc · kit · ui (gpui)
kit = theme / icons / fonts; ui = product screens on top of kit
crates/pf-mcp/ proofship-pf-mcp — ProofForge gate as an MCP server (rmcp, stdio)
edge/ TypeScript Worker + Durable Objects (sync edge)
skills/ agent skills (ProgramV1, EVM, Cloudflare — embedded into the engine)
docs/ architecture + competition materials
We do not claim full formal verification, proven bytecode, or securities compliance. Deploy keys stay in your environment or wallet — never in the app or the repository.
Licensed under MIT.
