Discover and explore top open-source AI tools and projects—updated daily.
pewdiepie-archdaemonLocal-first AI workspace for private intelligence
New!
Top 2.4% on SourcePulse
Odysseus provides a self-hosted, local-first AI workspace, replicating ChatGPT/Claude UX. It targets users prioritizing privacy and control, offering a feature-rich, open-source alternative running entirely on user hardware.
How It Works
FastAPI-based, Odysseus integrates chat with local models (vLLM, llama.cpp, Ollama) and APIs, plus an agent system using shell, file, and web tools via MCP. Its "Cookbook" handles VRAM-aware model serving (GGUF/FP8/AWQ). Modules include multi-step "Deep Research" synthesis, blind model comparison, AI-assisted document editing, persistent memory (ChromaDB), AI email triage, and CalDAV calendar sync.
Quick Start & Requirements
Requires Python 3.11+. Docker recommended.
cp .env.example .env, docker compose up -d --build. Access http://localhost:7000.pip install -r requirements.txt, python setup.py, python -m uvicorn app:app --host 0.0.0.0 --port 7000. Access http://127.0.0.1:7000../start-macos.sh for Metal GPU support..\launch-windows.ps1 or manual Python setup.docs/index.html. Contributing: CONTRIBUTING.md. Roadmap: ROADMAP.md.Highlighted Details
Maintenance & Community
Provides CONTRIBUTING.md and ROADMAP.md for development guidance and future plans. Specific community channels (e.g., Discord, Slack) or notable maintainer/sponsor information are not detailed in the provided README.
Licensing & Compatibility
Licensed under the MIT license, generally permissive for commercial use. Security notes advise HTTPS and reverse proxy for network deployments to protect credentials and API tokens.
Limitations & Caveats
npx command to install Playwright.6 hours ago
Inactive