Introduction
Sigil Wallet is a local-first platform for building autonomous AI agents on Solana.
Sigil Wallet is a developer-first platform for creating autonomous AI agents that manage Solana wallets on your behalf. Every agent runs locally on your machine, stores keys in your OS Keychain, and enforces hard-coded safety guardrails on every transaction.
Why Sigil Wallet?
Traditional wallets are passive — they wait for you to click. Sigil Wallet agents are active: they continuously reason about your portfolio and execute transactions autonomously on Solana Devnet.
| Sigil Wallet | Traditional Wallets | |
|---|---|---|
| Operation | Continuous agent loop | Click-to-transact |
| Key Storage | OS Keychain (keytar) | Browser / cloud |
| Intelligence | LLM-powered reasoning | None |
| Safety | Hard-coded guardrails | Manual review |
| Data | Local SQLite | Cloud-dependent |
Key Features
- Provider Agnostic — Use OpenAI, Anthropic, Google, Ollama, or any supported LLM
- Local Sovereignty — Keys in Keychain, data in SQLite, nothing leaves your machine
- Guardrails-First — Safety limits enforced independently of the LLM
- Multi-Agent — Run dozens of isolated agents from a single machine
- Kill Switch — One command halts all signing and wipes keys from memory
- Tri-Head Architecture — CLI, TUI, and Web Dashboard synchronized in real-time
Quick Start
npm i -g sigil-wallet
sigil init
sigil agent create --name "alpha"
sigil agent start "alpha"