Install
Three commands. That's it.
Clone it, run setup, and your agent is up: in your terminal, a web dashboard, or running quietly in the background while you sleep.
1. Clone
$ git clone https://github.com/elophanto/EloPhanto.git && cd EloPhanto2. Setup
$ ./setup.sh3. Start
Terminal
Chat directly in your terminal.
$ ./start.shWeb Dashboard
Real-time dashboard at localhost:3000.
$ ./start.sh --webDaemon
Background launchd / systemd user service. Auto-restarts on crash. Vault password stored in your OS keychain.
$ ./start.sh --daemonRequirements
- Python 3.12+
- uv package manager
- Node.js 24+ LTS
- Git
Platforms
- macOS (Intel & Apple Silicon)
- Linux (Ubuntu 22.04+, Debian 12+, Fedora 38+)
- Windows (requires WSL2)
VS Code Extension
Install from vscode-extension/ – connects to the gateway as another channel.
Solana Wallet
Set default_chain: solana in config. Wallet auto-creates on first use. Jupiter DEX swaps need a free API key from portal.jup.ag.
Coming soonpip install elophanto
Coming soondocker pull elophanto/elophanto