Your personal AI agent with decentralized inference you own.
SmartAgent gives you a personal AI assistant that works out of the box — no API key, no subscription, no corporate middleman. Powered by OpenClaw and Morpheus decentralized inference.
One command:
curl -fsSL https://smartagent.org/install.sh | bashThat's it. The installer handles everything:
- ✅ Installs Node.js (if needed)
- ✅ Installs OpenClaw (the AI agent framework)
- ✅ Installs Everclaw (decentralized inference)
- ✅ Bootstraps decentralized inference via Morpheus API Gateway
- ✅ Configures your agent with sensible defaults
- ✅ Opens WebChat in your browser — start talking immediately
No API key required. Decentralized inference from the Morpheus network.
| Feature | Description |
|---|---|
| Inference You Own | Powered by Morpheus P2P network — no subscription needed |
| Personal agent | Remembers you across sessions, learns your preferences |
| Private | Runs locally on your machine, no data harvesting |
| Decentralized | No single company controls your access to AI |
| Extensible | 50+ skills via ClawHub, plus custom skills |
| Multi-channel | WebChat, Signal, Telegram, WhatsApp, Discord, and more |
SmartAgent grows with you:
Day 1: Morpheus API Gateway (Kimi K2.5, GLM-5, MiniMax M2.5, open access)
↓
Week 1: Own API key from app.mor.org (personalized, no cost)
↓
Month 1: Venice subscription ($8/mo → Claude, GPT-5.2)
↓
Later: MOR staking → own your inference forever
SmartAgent = OpenClaw + Everclaw + pre-configured defaults
- OpenClaw is the MIT-licensed AI agent framework — handles sessions, memory, tools, channels, and the agent runtime
- Everclaw connects your agent to the Morpheus decentralized inference network — no API key needed to start
- SmartAgent bundles them together with a one-line installer and configuration tuned for new users
- macOS 12+ or Linux (x86_64 or arm64)
- ~500MB disk space
- Internet connection
After installation:
| Action | Command |
|---|---|
| Start agent | openclaw gateway start |
| Stop agent | openclaw gateway stop |
| Open WebChat | openclaw webchat |
| View logs | openclaw gateway logs |
| Check status | openclaw status |
| Update OpenClaw | openclaw update |
| Update Everclaw | cd ~/.openclaw/workspace/skills/everclaw && git pull |
SmartAgent
├── OpenClaw (AI agent framework)
│ ├── Gateway daemon (background service)
│ ├── Agent runtime (sessions, memory, tools)
│ ├── Channels (WebChat, Signal, Telegram, etc.)
│ └── Skills (ClawHub ecosystem)
├── Everclaw (decentralized inference)
│ ├── Morpheus API Gateway (open access, cloud)
│ ├── Morpheus P2P Proxy (local, staked MOR)
│ └── Gateway Guardian v4 (billing-aware self-healing watchdog)
└── SmartAgent Config
├── SOUL.md (agent personality)
├── AGENTS.md (workspace conventions)
└── BOOTSTRAP.md (first-run experience)
We use PRs with review for all changes. See ARCHITECTURE.md for the full technical design.
- Fork the repo
- Create a feature branch
- Make your changes
- Open a PR against
main
git clone https://github.com/SmartAgentProtocol/smartagent.git
cd smartagent
# Test the installer syntax
bash -n install.sh- GitHub: SmartAgentProtocol/smartagent
- Website: smartagent.org
- OpenClaw: openclaw.ai
- Morpheus: mor.org
MIT — see LICENSE
Built by the SmartAgentProtocol community. Powered by OpenClaw and Morpheus.