Skip to content

v2026.02.23.1 — First Release

Choose a tag to compare

@elophanto elophanto released this 23 Feb 21:56
· 549 commits to main since this release

EloPhanto v2026.02.23.1 — First Release

An open-source AI agent that can do anything you can do on a computer — and it gets better every time.

Highlights

  • Self-building agent — builds its own tools, writes its own skills, modifies its own source code
  • Real browser control — 47 tools controlling your actual Chrome with cookies and sessions (EKO engine)
  • Evolving identity — picks a name, develops personality, forms values through reflection
  • Multi-channel — CLI, Telegram, Discord, Slack through a unified WebSocket gateway
  • Agent email — own inbox (AgentMail or SMTP/IMAP), background monitoring, verification flows
  • Crypto payments — own wallet on Base (self-custody or Coinbase AgentKit), spending limits
  • TOTP authenticator — own 2FA, handles verification challenges autonomously
  • Autonomous goals — background execution, checkpoint-by-checkpoint, auto-resume on restart
  • MCP integration — connect any MCP server, agent manages setup through conversation
  • Document analysis — PDFs, images, DOCX, XLSX, PPTX, EPUB with OCR and RAG
  • 99+ built-in tools — filesystem, browser, vault, payments, email, scheduling, knowledge, self-dev
  • 28 bundled skills — Python, TypeScript, Next.js, Supabase, Prisma, shadcn, UI/UX, browser automation
  • EloPhantoHub — public skill registry with 7-layer security pipeline
  • Prompt injection defense — multi-layer guard for external content
  • Encrypted vault — PBKDF2 key derivation, auto-backup on every write
  • Knowledge & memory — semantic search via embeddings, learns from experience across sessions

Getting Started

git clone https://github.com/elophanto/EloPhanto.git && cd EloPhanto && ./setup.sh
./start.sh

Works with Ollama (local, free), Z.ai (cloud, cost-effective), or OpenRouter (cloud). Your data stays on your machine.

Requirements

  • Python 3.12+, uv, Node.js 24+ LTS
  • At least one LLM provider

Full Changelog

See CHANGELOG.md