ποΈ System Overview
A zero-trust AI desktop ecosystem where every NFT is a persistent AI personality with its own voice, memories, and 35+ tools β running entirely on your hardware.
FrontendNext.js Β· React Β· R3F
βTauri ShellRust Β· IPC Β· Keychain
βMCP EnginePython Β· 35+ Tools
βOllamaLocal LLM
βElizaOSAgent Framework
π§ Technology Stack
Desktop Shell
Tauri v2 Β· RustFrontend
Next.js 16 Β· React 19 Β· Three.jsMCP Server
Python Β· FastMCP 3.1Local Inference
Ollama Β· Groq Β· OpenAI-CompatibleAgent Framework
ElizaOS Β· Custom Pluginx402 Payment Layer
Coinbase Β· HTTP 402 Β· USDCπ Open Source
Everything is public. Inspect the code, fork it, build on it.
π¦ Desktop App β v1.2.1
Cross-platform native installer. macOS is Apple-notarized.
Downloads Live
| Platform | Format | Signed | Install |
|---|---|---|---|
| π macOS (Apple Silicon) | .dmg | β Notarized | Open DMG β drag to Applications |
| π§ Linux (Ubuntu/Debian) | .deb | β | sudo dpkg -i *.deb |
| π§ Linux (Fedora/RHEL) | .rpm | β | sudo rpm -i *.rpm |
| πͺ Windows (x64) | .exe | β | Double-click β follow installer |
Features
π£οΈ AI
- Soul Chat (persistent personality)
- Brain Modes (research, creative, code)
- Voice Engine (Kokoro TTS)
- Soul Council (multi-agent debates)
π Market Intelligence
- TCG Card Grader (vision AI)
- Monte Carlo pricing
- eBay Market Oracle
- 370K+ products indexed
π¬ Creative
- Music Studio (ACE-Step)
- Video Clipping (beat-sync)
- PFP Extractor (DIS pipeline)
- Meme Machine
π Business
- 24-feature Business Pilot
- AI phone answering
- Invoice chaser
- Lead capture
π MCP Server
35+ tools via Model Context Protocol. Any MCP client can connect.
Install from PyPI
pip install undesirables-mcp-serverTool Categories
π TCG Oracle
grade_cardβ Multimodal visionprice_cardβ Stochastic pricingsearch_marketβ eBay deptharb_scanβ Cross-platform
π§ AI Engines
rag_queryβ Local RAGcode_executeβ AST sandboxvoice_generateβ Kokoro TTSgenerate_3dβ TripoSR
π Market Data
ebay_searchβ Browse APInft_lookupβ On-chainsoul_initβ Soul matrixemotion_readβ Sentiment
π Security
verify_holderβ ERC-721purchase_licenseβ On-chainverify_soulβ Crypto init- AST code sandboxing
πΈ x402 Micropayments
AI-to-AI commerce via Coinbase's x402 protocol. Agents pay with USDC β no API keys, no humans in the loop.
Agent β 402 Payment Required β Sign USDC β Receive inference
POST /api/inference β 402 Payment RequiredAgent signs USDC tx on Base β attaches receiptPOST /api/inference + X-Payment β 200 OKBuilt on Coinbase's open x402 standard. USDC on Base β sub-cent transaction fees.
π Data & Research
| Platform | Dataset | Records |
|---|---|---|
| π€ HuggingFace | tcg-market-intelligence | 370K+ |
| π Kaggle | tcg-market-intelligence | 370K+ |
| π€ HuggingFace | TCG Oracle Demo (Space) | Interactive |
π Security Model
Zero-trust architecture. Your data never leaves your machine.
π§Local Inference β All AI runs on your hardware. No data sent externally.πOS Keychain β API keys encrypted via macOS Keychain / Windows Credential Manager.π‘οΈAST Sandbox β Code execution parses AST before running. No shell injection.πPath Confinement β File ops restricted to workspace. No system writes.πCI/CD Scanning β Gitleaks secret detection on every push.πApple Notarized β macOS builds signed under Developer ID Application.
π Discovery & Standards
| Endpoint | Standard | Purpose |
|---|---|---|
llms.txt | llmstxt.org | LLM-readable project summary |
ai-plugin.json | OpenAI Plugin | ChatGPT / agent discovery |
agent.json | ACP | Agent Commerce Protocol |