Project 01 // Agent Platform
The foundation of a Keep: persistent AI agents with their own identity, memory, and voice, routed through a provider-neutral core you run on your own hardware. See what a Keep is for where this is headed.
Right Now
Exactly what installing Otacon gives you the moment it finishes. No roadmap items included.
✓ Available the moment install finishes
Architecture
A provider-neutral resource arbiter sits beneath capability routing: workloads request logical CPU/RAM/GPU/VRAM and receive leases that respect placement, priority, and health, rather than agents hardcoding device indexes. Idle model residency can be reclaimed gracefully while active work is protected. Per-voice synthesis settings are configured individually rather than one global profile applied to every voice. This is the same architecture that, at full scale in the private Keep, extends to media, home, and multi-node GPU orchestration. See The Keep.
Install // One Click
One command. Includes Default Model (Ollama chat) and Genome Voice Trainer. Pick Windows or Linux.
Core + chat model by VRAM + Voice Trainer. Under 6GB → qwen2.5:1.5b · ≥6 → 3b · ≥8 → 7b · ≥16 → 14b.
Windows
Download OtaconsKeep SetupIf something below happens, do not close everything and start over. Setup is still working.
Saves as OtaconsKeep-Setup.bat. Double-click, follow the guided stages, restart once if asked. Setup resumes automatically. Do not open localhost until it says OTACON IS READY.
Having trouble downloading? Download the GitHub ZIP instead.
Linux · Ubuntu / Debian / WSL
curl -fsSL https://raw.githubusercontent.com/Otaconskeep/otacons-ai-ecosystem/main/install_otacon.sh | bash
First run takes a while and asks for sudo once. Registers a systemd service that survives reboots.
✓ When it's done
Otacon is ready. Open it any time at:
Chat talks to Ollama at 127.0.0.1:11434. Voice Trainer status UI (when GPU path succeeded): http://127.0.0.1:8765.
By default Otacon only answers on this machine. To reach it from your phone or another computer, find this PC's LAN IP (ip addr inside Ubuntu, or your router's device list) and visit http://<that-ip>:5757 instead.
Something not starting right? Re-run OtaconsKeep-Setup.bat (or install_otacon.sh). It re-checks and continues from where you left off without wiping data. Windows status: OtaconsKeep-Setup.bat --status. Linux health: otacon doctor.
Run uninstall_otacon.bat (Windows). It removes the logon task and the systemd service only. Your Ubuntu environment, install folder, and data are untouched.
| Variable | Default | What it changes |
|---|---|---|
| OTACON_INSTALL_DIR | ~/otacon-ai-ecosystem | Where Otacon gets installed |
| OTACON_BUILD_NATIVE | 1 | Set to 0 to skip building the native .deb app |
| OTACON_INSTALL_DEB | 0 | Set to 1 to also install the built .deb automatically |
| OTACON_LAUNCH_WIZARD | 1 | Set to 0 to skip auto-launching the service at the end |
| OTACON_INSTALL_STT | 0 | Set to 1 to install optional Faster-Whisper speech-to-text |
| OTACON_RUN_TESTS | 1 | Set to 0 to skip the self-test suite (faster, less safe) |
| OTACON_INSTALL_VOICE_TRAINER | 1 | Set to 0 to skip Genome Voice Trainer |
| OTACON_INSTALL_DEFAULT_MODEL | 1 | Set to 0 to skip Ollama + default chat model |
| OTACON_LLM_MODEL | (auto) | Override the VRAM-picked Ollama model tag (e.g. qwen2.5:7b) |
Voice Training
Custom Piper voices for your agents. The normal Otacon install runs this for you. Standalone only if you skipped it or need to repair.
Windows
Download Windows InstallerLinux · Ubuntu / Debian / WSL
curl -fsSL https://raw.githubusercontent.com/Otaconskeep/otacon-voice-trainer/main/install_voice_trainer.sh | bash
Write-up: docs/WRITEUP.md
Status
Straight from the repository's own status table. "Requires provider" means the routing and architecture exist and are testable today, you connect the backend. "Keep Reference" means it exists only in Antonio's private environment, not in this public repo at any maturity level yet.
Three Tiers
| Tier | What it is | Status | Price |
|---|---|---|---|
| Otacon Core | Free · open source · self-hosted | Install today | Free |
| Keep Blueprint | The broader ecosystem architecture demonstrated by the real Keep | Direction, not yet a public installer | Not offered publicly yet |
| Otaconskeep Services | Architecture · deployment · support | Available now | Contact for scope/pricing |
There's no license key or artificial limit in Otacon Core. It's the real, complete public platform as it stands today. Otacon Core installs the foundation. The Keep Blueprint shows what that foundation can become.