AI agentfor me

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

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 sit inside your own VM or cloud. Nothing piles up on a vendor’s servers, and you can export everything and move to another environment anytime.

02

No lock-in

Tied to neither a SaaS nor a single vendor. The same Takos runs on Cloudflare, AWS, GCP, Kubernetes, or your own VM — and you can switch substrate later.

03

Freedom to fork

AGPL, with all code public. Fork it for your needs — add features or remove them. You are never boxed into a black-box “as offered” scope.

Four cores that mesh.

Chat to talk, agents to act, memory that accumulates, and a Workspace that ties it together. They become your own AI environment only when they mesh — not as standalone features.

01 · chat

Chat

Many models, one thread.

Use cloud LLMs and local models, switching between them in the same conversation. Threads are organized inside a Workspace, and all history stays on your own server. What you said to which model never leaves for a vendor.

  • Switch LLMs within a thread
  • Organized as threads per Workspace
  • History stays on your server
02 · agent

Agent

Calls tools, touches files, runs steps.

A Rust agent engine handles tool calls, file operations, and multi-step runs. Over MCP it reaches installable apps too — let an agent write docs or update a sheet.

  • Rust agent engine executes
  • Connects to apps / tools via MCP
  • Automates long procedures
03 · memory

Memory

The more you talk, the more context grows.

Memory accumulates in the Workspace from your interactions and carries context into the next chat. Memory also lives on your own server — never trained on, never sent out.

  • Memory accrues from chats
  • Context carries to the next chat
  • Not used for vendor training
04 · space

Workspace

The unit of people, agents, apps, and data.

A Workspace is the unit of activity. Each Workspace is isolated, with its own permissions, and you can add the apps you need to it. Connect to other Takos and the fediverse over ActivityPub when you want.

  • Isolation & permissions per Workspace
  • Add the apps you need
  • Federation via ActivityPub

Add apps when you need them.

First-party InstallableApps that work with the Takos distribution. Install them as normal Capsules, and remove them when you do not need them.

takos-office

office
docs / slide / sheet

An office suite that unifies docs, slides, and sheets in one worker. Agents can edit files directly over MCP, so you replace Google Docs / Slides / Sheets inside your own Workspace.

takos-computer

agent-tool
computer use

A computer-use environment your agents can call — hand off browser actions and command execution to automate routine, multi-step work.

yurucommu

social
ActivityPub social

Self-hosted ActivityPub / community social. An independent product that connects to the fediverse and can be installed as a normal Capsule — your data stays in while you reach out.

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 WorkspaceHeld 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

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/takoform init
$ tofu -chdir=deploy/opentofu/takoform apply