Open source under AGPL-3.0-or-later
The travel AI that doesn’t sell your trips—
self-hostable, open source.
I built Toqui as a privacy-first AI travel companion. It works. It’s interesting. But running it as a commercial product is more time and capital than I want to spend.
So I open-sourced it. Run it on your own server with your own AI provider key.
What it is
A self-hostable travel manager and chat app, released under the AGPL-3.0-or-later license.
- You bring your own AI API key. No middle-tier billing, no usage caps.
- You own your data. Run it on your own server; it never leaves your control.
- Privacy by default. No tracking, no data sale, no ad networks — baked into what you self-host.
- AGPL keeps it that way. Anyone who hosts a modified version has to publish their changes, so the privacy story can’t be quietly undone downstream.
The hosted service
- toqui.travel no longer offers a hosted product.
- The hosted app at app.toqui.travel has been wound down.
- The code lives on GitHub for anyone who wants to run their own instance.
Get the code
Clone the repo and follow the README to bring up the backend + frontend with docker-compose.