Odysseus

Odysseus

apps.detail.types.app from RealityMolder's Repository

apps.detail.sections.overview

Self-hosted AI workspace with chat, agents, deep research, documents, email, calendar, and model Cookbook.

Odysseus

A self-hosted AI workspace for chat, agents, research, documents, email, notes, calendar, and local model workflows.

Quick Start · Setup Guide · Contributing · Roadmap

Packaging status

Odysseus interface


Quick Start

dev is the default branch and gets the newest changes first. Use main if 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

Star History Chart

License

AGPL-3.0-or-later -- see LICENSE and ACKNOWLEDGMENTS.md.

apps.marketingCta.appInstallTitle

apps.marketingCta.appInstallDescription

apps.installHelp.stepOpen apps.installHelp.stepSearchApp apps.installHelp.stepReview apps.installHelp.stepInstall

apps.detail.sections.requirements


    Odysseus-ChromaDB

apps.detail.sections.categories

apps.downloadStats.title

25,268
apps.downloadStats.metrics.totalDownloads

apps.detail.sections.related

apps.detail.sections.details

apps.detail.details.repository
realitymolder/odysseus:stable
apps.detail.details.registry
apps.detail.details.lastUpdated2026-07-23
apps.detail.details.firstSeen2026-06-25

apps.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

App PortPorttcp

Web UI port

apps.detail.config.target
7000
apps.detail.config.default
7000
apps.detail.config.value
7000
App DataPathrw

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
App LogsPathrw

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
HF CachePathrw

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
Local CachePathrw

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
SSH KeysPathrw

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
PUIDVariable

User ID for file permissions (default 99 = nobody)

apps.detail.config.default
99
apps.detail.config.value
99
PGIDVariable

Group ID for file permissions (default 100 = users)

apps.detail.config.default
100
apps.detail.config.value
100
Auth EnabledVariable

Enable authentication

apps.detail.config.target
AUTH_ENABLED
apps.detail.config.default
true
apps.detail.config.value
true
Admin UserVariable

First admin account username

apps.detail.config.target
ODYSSEUS_ADMIN_USER
apps.detail.config.default
admin
apps.detail.config.value
admin
Admin PasswordVariable

Pre-seed admin password (leave blank for auto-generated)

apps.detail.config.target
ODYSSEUS_ADMIN_PASSWORD
App PortVariable

Internal app port (leave as 7000)

apps.detail.config.target
APP_PORT
apps.detail.config.default
7000
apps.detail.config.value
7000
LLM HostVariable

Primary LLM server hostname

apps.detail.config.target
LLM_HOST
apps.detail.config.default
localhost
apps.detail.config.value
localhost
OpenAI API KeyVariable

Optional OpenAI API key

apps.detail.config.target
OPENAI_API_KEY
SearXNG InstanceVariable

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 HostVariable

ChromaDB host (internal Docker hostname)

apps.detail.config.target
CHROMADB_HOST
apps.detail.config.default
odysseus-chromadb
apps.detail.config.value
odysseus-chromadb
ChromaDB PortVariable

ChromaDB port

apps.detail.config.target
CHROMADB_PORT
apps.detail.config.default
8000
apps.detail.config.value
8000
Database URLVariable

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 HostsVariable

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