墨 · OPEN SOURCE · AI-FIRST

AI agentfor me

Your own AI agent — chat, agent, memory, and space, on a server you own. Log in and start in seconds.

why takos

Own your software.

AI is becoming everyday infrastructure. So it is strange that who you talked to and what you taught it keeps piling up on someone else’s server. Takos keeps chat, agent, and memory inside a server you own.

01

Data sovereignty

Conversations, memory, and files all live inside your own VM or cloud. Nothing is entrusted to a vendor, and you can export or migrate anytime.

02

No lock-in

No SaaS lock-in, no vendor lock-in. The same Takos runs on Cloudflare, AWS, GCP, Kubernetes, or your own VM.

03

Freedom to fork

AGPL, with all code public. Fork it to fit you — add features, remove them, make it yours.

core

Four core ideas bring AI into daily work.

The Takos product gives you chat / agent / memory / space. The four mesh together so your interactions with AI accumulate inside your own workspace.

Chat

Conversations with LLMs, organized as threads inside a space. Switch between multiple models as you go.

Agent

Agents that call tools, touch files, and run long procedures — executed by a Rust agent engine.

Memory

Memory accumulates in your space from your interactions; context carries into the next chat, and data stays in.

Space

The unit of people, agents, apps, and data. Each space is isolated, and bundled apps auto-install into it.

features

Own it, yet stay connected.

Self-contained on your own server, yet connected to the fediverse where it matters. Takos cares about having both.

Privacy by default

History, memory, and files stay inside your own server. Not sharing them with third parties is the default behavior.

Bundled apps auto-install

takos-docs / slide / excel / computer / yurucommu arrive the moment you create a space. Uninstall any you don’t need.

Connected by federation

Connect to other Takos instances and the fediverse via ActivityPub. No silos — but your data stays with you.

Any substrate

From a personal small VM to an enterprise Kubernetes cluster, the same Takos runs. Choose by your scale.

Runs on Takosumi

Install and deploy are handled by the OpenTofu-native Takosumi. Review the plan before you apply.

Open source / forkable

AGPL. All code is public — fork it to make it yours. Contributors welcome.

bundled apps

Ready the moment you start.

First-party InstallableApps shipped with the Takos distribution. Included with every new space, and removable if you don’t need them.

takos-docs docs

Notes and documents. A Tiptap-based rich-text editor, growing toward agent-driven editing.

takos-slide slides

Build presentations. A Keynote / Google Slides alternative, inside your own space.

takos-excel sheet

Spreadsheets with calc and formulas, keeping your data inside your space.

takos-computer agent-tool

A computer-use environment your agents can call to automate multi-step work.

yurucommu social

Self-hosted ActivityPub / community social — an independent product that connects to the fediverse.

by the numbers

Not more features — ownership.

4
core

chat · agent · memory · space

5
bundled apps

docs · slide · excel · computer · social

AGPL
license

all code public · forkable

5
substrates

Cloudflare · AWS · GCP · K8s · VM

why self-host

Entrust it, or own it.

How running Takos on your own server differs from delegating to a SaaS provider — typical trade-offs framed around who owns the data (not true of every product).

Takos (self-host)SaaS chat (delegated)
Where data livesYour own VM / cloudThe vendor’s servers
Memory / historyKept in your spaceHeld by the provider, may train on it
Vendor lock-inExport / migrate anytimeMigration is often hard
CustomizationFork freely under AGPLOnly what is offered
FederationConnected via ActivityPubMostly closed
Price (self-host)Software is free (infra only)Per-seat / usage billing
install

It starts with one button.

No tricky setup. Press the link and Takosumi's install screen opens — review what's inside, add it to your own place, and start using it. Same entrance for everyone.

Just use it

The easiest way in. Log in and follow the on-screen guide to start Takos. Until the public launch is ready, the guide pauses partway through.

Just use it

Install from a link

The button opens the install screen showing, in plain terms, the app you are adding and where it goes. Review it and install. You do not need to be an engineer to start here (the finer source settings live inside a fold-out).

Install from a link

Run it on your own server

For people who want to run it on their own infrastructure. Install the same Git source onto your own Takosumi from the CLI. You choose the cloud and the rest yourself.

$ git clone https://github.com/tako0614/takos.git
$ cd takos
$ tofu -chdir=deploy/opentofu init
$ tofu -chdir=deploy/opentofu apply -var target=cloudflare