apps.header.allAppsCount
Odysseus
apps.detail.types.app from RealityMolder's Repository
apps.detail.sections.overview
Readme
View on GitHub
A self-hosted AI workspace for chat, agents, research, documents, email, notes, calendar, and local model workflows.
Quick Start · Setup Guide · Contributing · Roadmap
Quick Start
devis the default branch and gets the newest changes first. Usemainif you want the more curated branch.
git clone https://github.com/odysseus-dev/odysseus.git
cd odysseus
cp .env.example .env
docker compose up -d --build
Open http://localhost:7000 when the containers are healthy. The first admin password is printed in docker compose logs odysseus.
Native installs, GPU notes, Windows/macOS instructions, HTTPS, and configuration live in the setup guide.
Features
- Chat + Agents — local/API models, tools, MCP, files, shell, skills, and memory.
- Cookbook — hardware-aware model recommendations, downloads, and serving.
- Deep Research — multi-step web research with source reading and report generation.
- Compare — blind side-by-side model testing and synthesis.
- Documents — writing-first editor with AI edits, suggestions, Markdown, HTML, CSV, and syntax highlighting.
- Email — IMAP/SMTP inbox with triage, tags, summaries, reminders, and reply drafts.
- Notes, Tasks + Calendar — reminders, todos, scheduled agent tasks, and CalDAV sync.
- Extras — gallery/image editor, themes, uploads, web search, presets, sessions, and 2FA.
Demo
A full hover-to-play tour lives on the landing page: docs/index.html.
Contributing
Help is welcome. The best entry points are fresh-install testing, provider setup bugs, mobile/editor polish, docs, and small focused refactors. See CONTRIBUTING.md and ROADMAP.md.
Security
Odysseus is a self-hosted workspace with powerful local tools. Keep auth enabled, keep private data out of Git, and do not expose raw model/service ports publicly. Deployment details are in the setup guide.
Star History
License
AGPL-3.0-or-later -- see LICENSE and ACKNOWLEDGMENTS.md.
apps.marketingCta.appInstallTitle
apps.marketingCta.appInstallDescription
apps.detail.sections.requirements
Odysseus-ChromaDB
apps.detail.sections.categories
apps.downloadStats.title
apps.detail.sections.related
apps.detail.related.exploreCategories
apps.detail.related.exploreAllapps.detail.sections.links
apps.detail.sections.details
realitymolder/odysseus:stableapps.detail.sections.runtime
- apps.detail.details.webui
http://[IP]:[PORT:7000]- apps.detail.details.network
bridge- apps.detail.details.shell
bash- apps.detail.details.privileged
- false
apps.detail.sections.configuration
Web UI port
- apps.detail.config.target
- 7000
- apps.detail.config.default
- 7000
- apps.detail.config.value
- 7000
Persistent data storage (database, uploads, memory)
- apps.detail.config.target
- /app/data
- apps.detail.config.default
- /mnt/user/appdata/odysseus/data
- apps.detail.config.value
- /mnt/user/appdata/odysseus/data
Application logs
- apps.detail.config.target
- /app/logs
- apps.detail.config.default
- /mnt/user/appdata/odysseus/logs
- apps.detail.config.value
- /mnt/user/appdata/odysseus/logs
HuggingFace model cache
- apps.detail.config.target
- /app/.cache/huggingface
- apps.detail.config.default
- /mnt/user/appdata/odysseus/huggingface
- apps.detail.config.value
- /mnt/user/appdata/odysseus/huggingface
Cookbook-installed engines (vLLM, llama.cpp)
- apps.detail.config.target
- /app/.local
- apps.detail.config.default
- /mnt/user/appdata/odysseus/local
- apps.detail.config.value
- /mnt/user/appdata/odysseus/local
Cookbook remote-server SSH keys
- apps.detail.config.target
- /app/.ssh
- apps.detail.config.default
- /mnt/user/appdata/odysseus/ssh
- apps.detail.config.value
- /mnt/user/appdata/odysseus/ssh
User ID for file permissions (default 99 = nobody)
- apps.detail.config.default
- 99
- apps.detail.config.value
- 99
Group ID for file permissions (default 100 = users)
- apps.detail.config.default
- 100
- apps.detail.config.value
- 100
Enable authentication
- apps.detail.config.target
- AUTH_ENABLED
- apps.detail.config.default
- true
- apps.detail.config.value
- true
First admin account username
- apps.detail.config.target
- ODYSSEUS_ADMIN_USER
- apps.detail.config.default
- admin
- apps.detail.config.value
- admin
Pre-seed admin password (leave blank for auto-generated)
- apps.detail.config.target
- ODYSSEUS_ADMIN_PASSWORD
Internal app port (leave as 7000)
- apps.detail.config.target
- APP_PORT
- apps.detail.config.default
- 7000
- apps.detail.config.value
- 7000
Primary LLM server hostname
- apps.detail.config.target
- LLM_HOST
- apps.detail.config.default
- localhost
- apps.detail.config.value
- localhost
Optional OpenAI API key
- apps.detail.config.target
- OPENAI_API_KEY
SearXNG URL (compose: searxng:8080, branded template: odysseus-searxng:8080)
- apps.detail.config.target
- SEARXNG_INSTANCE
- apps.detail.config.default
- http://odysseus-searxng:8080
- apps.detail.config.value
- http://odysseus-searxng:8080
ChromaDB host (internal Docker hostname)
- apps.detail.config.target
- CHROMADB_HOST
- apps.detail.config.default
- odysseus-chromadb
- apps.detail.config.value
- odysseus-chromadb
ChromaDB port
- apps.detail.config.target
- CHROMADB_PORT
- apps.detail.config.default
- 8000
- apps.detail.config.value
- 8000
Database connection string
- apps.detail.config.target
- DATABASE_URL
- apps.detail.config.default
- sqlite:///./data/app.db
- apps.detail.config.value
- sqlite:///./data/app.db
Extra hosts mapping (for reaching host services like Ollama)
- apps.detail.config.target
- EXTRA_HOSTS
- apps.detail.config.default
- host.docker.internal:host-gateway
- apps.detail.config.value
- host.docker.internal:host-gateway