エリア、ゴール、プロジェクト、タスクに加えてノートと習慣を、ひとつのシステムに。自分のハードウェアで動かすことも、運用をこちらに任せることもできます。
サンプルデータ入りの実際のホスティングインスタンス。共有され、定期的にリセットされます
MITライセンス · ずっとオープンソース
tududiには59個のツールを公開するMCPサーバーが付属し、タスク、プロジェクト、エリア、ゴール、習慣、ノート、人物、タグ、ビュー、受信箱、検索、指標までcarbonカバーします。Claudeをはじめ、MCP対応のあらゆるエージェントを自分のシステムに直接つなげられます。tududiは自分のサーバーで動くため、接続もデータもそこから出る必要がありません。これはTodoistやNotionが何を約束しようと提供できない、構造上の違いです。
What should I focus on today, and is anything slipping?
Start with Ship the billing migration. It is due today, and three tasks in Payments are waiting behind it.
Worth knowing
Move the redesign review to Friday and add a task to unblock Payments.
Done. Review redesign draft is now due Friday, and Unblock Payments queue is in the Payments project, due today.
An example session. Your agent connects straight to your own instance over MCP.
会話から離れずに、タスクの追加・検索・完了ができます。
MCP接続は自分のインスタンスと通信します。第三者を経由するものはありません。
オープンなModel Context Protocolの上に構築。Claudeやその他のMCPクライアントで動作します。
{
"mcpServers": {
"tududi": {
"command": "npx",
"args": ["-y", "tududi-mcp"],
"env": {
"TUDUDI_URL": "https://localhost:3002",
"TUDUDI_API_TOKEN": "your-personal-access-token"
}
}
}
}Cursor、Windsurf、Cline、その他のMCPクライアントでも同様に動作します。 MCPのドキュメントを読む →
セルフホストでもマネージドでも、すべてのプランに含まれます。
データを読み取り、平易な言葉の要約を書き戻す、独立した任意のレイヤーです。Ollamaのようなセルフホスト型を含め、OpenAI互換のあらゆるプロバイダーで動作します。
その日の重点タスクと、知っておくべきリスクをまとめた朝のサマリー。
特定のタスクについて、必要なときに次の一手を提案します。
プロジェクトの状態を手短に診断します。何が進み、何が止まっているか。
tududiはゴール、プロジェクト、タスク、ノート、スマートビューを、静かで集中できるひとつのシステムにまとめます。プライバシーと明快さを大切にする個人と小さなチームのために。
シーズンや一年単位で成果を定め、どのエリアとプロジェクトが実際にそれを前へ進めているかを確認できます。
ゴールとエリアは最上位に並びます。長期的な成果と、続いていく生活の領域です。どちらもプロジェクトを含み、プロジェクトはタスクを含みます。
「今日」「期限切れ」「いつか」といったスマートな保存済み検索。毎回フィルターを組み直すことなく、ワンクリックで。
日次・週次・月次のパターンに対応。完了を起点とした繰り返しと、親子関係もサポートします。
複雑なタスクを扱いやすいサブタスクに分解し、進捗を追跡します。
タスクとノートに独自のタグを付け、即座に絞り込み。プロジェクトをまたいだ整理もできます。
メッセージを送るだけでタスクを即座に登録。毎日のダイジェストを受け取り、外出先でもリストを管理できます。
データは自分のものに。完全に管理したいならセルフホスト、暗号化バックアップ付きのマネージドインスタンスという選択肢もあります。
仕事、プライベート、健康、学びといった生活領域ごとにプロジェクトを整理します。
「今なにをするか」だけが問題のときは、アイゼンハワー・マトリクスやカンバンボードに切り替えられます。
自動で分類します。今日の優先事項、迫っている期限、そしていつかやるタスク。
プロジェクトをまたいだ完了の傾向と負荷が見えるので、時間が実際どこへ向かっているかが分かります。
タスクを人に割り当て、そのプロジェクトに誰が関わっているかをひと目で把握できます。
繰り返しの習慣をタスクやプロジェクトと並べて追跡。シンプルな連続記録と履歴付きです。
優先度、期限、タグ、そして賢い並べ替え。大事なものを見つけるための強力な絞り込み。
プロジェクト用のリッチテキストノート。全文検索と整理機能を備えています。
全文検索に加え、プロジェクト・タグ・優先度・期限での絞り込み。どんなタスクも数秒で見つかります。
tududiをPWAとしてホーム画面やデスクトップに追加。オフラインでも動作し、オンラインに戻ると同期します。
既存のIDプロバイダーでログインできます。Authentik、Keycloak、Google Workspace、その他OIDC対応のプロバイダーに対応。
25の言語に完全ローカライズ対応。
Appleのリマインダー、tasks.org、Thunderbirdなど、CalDAV対応アプリとの双方向タスク同期。
バージョン管理されたSwaggerドキュメントと、独自連携のためのパーソナルアクセストークン。
ワイドなデスクトップからポケットのスマートフォンまで、無理なく適応するレイアウト。
きめ細かなアクセス権でプロジェクトを共有。読み取り専用と読み書きを選べます。
無料、オープンソース、Docker対応。データは完全にあなたのものです。
Dockerなら数分でデプロイ
docker pull chrisvel/tududi:latestdocker run \
-e TUDUDI_USER_EMAIL=you@example.com \
-e TUDUDI_USER_PASSWORD=yourpassword \
-e TUDUDI_SESSION_SECRET=$(openssl rand -hex 64) \
-v ~/tududi_db:/app/db \
-p 3002:3002 \
-d chrisvel/tududi:latesthttp://localhost:3002実際に tududi を動かしたレビュアーが書いたこと。
Tududi stands out as a breath of fresh air among over-engineered and often expensive productivity tools.
Tududi is an immensely useful tool, and one that is easy to integrate into day-to-day workflow.
A free, open-source application that allows you to efficiently categorize and track your work, from personal task management to large-scale project management and detailed note-taking.
ひとつのシステム、三つの動かし方
tududiはMITライセンスで、商用利用はすでに無料です。ここで購入するのは優先サポート、応答時間の保証、そして請求書です。
licensing@tududi.com にメール →いつでも解約でき、すべてをエクスポートできます。万一マネージドサービスが終了する場合も、データとセルフホストへの移行ガイドをお渡しします。ストレージとAPI利用量には公正利用が適用されます。30日間の返金保証、理由は問いません。
三つとも、tududiのすべての機能が使えます
自分のシステムを動かす準備はできましたか?
tududiをセルフホストするThe licence, the AI, and what happens to your data. If something is missing, ask in Discord.
tududi is open source under the MIT licence. You can run it, modify it, and build on it without paying anyone. There are no seat counts, no usage limits, and no features held back for a paid tier: the self-hosted version is the whole product. The paid options on this page sell hosting and support, not access.
Yes, and you do not need to buy anything first. The MIT licence permits commercial use, including inside a business and inside a commercial product, with no revenue threshold and nothing to report. If your organisation needs a support commitment or an invoice for its procurement process, that is what the Business Licence is for. It buys priority support, a response commitment, and paperwork, not permission.
Yes. It is built primarily by one maintainer, with contributions from the community, and it ships often. Every release is listed on the GitHub releases page, linked from the Changelog in the menu above, so you can judge the pace yourself rather than take our word for it. Development happens in the open: issues, a public roadmap, and a Discord where questions get answered.
The app is MIT licensed and the source is public, so it cannot be withdrawn from you. Anyone can keep running it, and you can fork it. For Managed instances, your data lives in a standard tududi database that is not in a proprietary format; if the Managed service ever shut down, you would get your data and a guide to moving it onto your own server.
Docker and somewhere to run it. You pull the image, run the container, and mount a directory for the database. It is comfortable on a small VPS or a machine on your own network, and the exact commands are in the Self-Host section above and in the docs.
Everything lives in a single SQLite database file inside the volume you mounted. Backing it up is copying that file somewhere safe, and restoring it is copying it back. tududi also snapshots the database automatically before it applies migrations, keeping recent copies. There is no proprietary format and no export step standing between you and your own data.
Yes. A single instance can host multiple users, and projects can be shared with read-only or read-write access, which the tasks and notes inside them inherit. Self-registration is off by default, so an admin either creates accounts or deliberately opens sign-ups. Nobody gets in because you forgot to close a door.
Yes, and that is the normal way to run it. Set TUDUDI_TRUST_PROXY so the app trusts the forwarded headers from nginx, Caddy, or Traefik. If you skip it, logins and IP logging behave strangely in ways that are hard to diagnose, so the app raises a specific error rather than failing quietly. The accepted values are documented in the README.
That depends which of the two layers you mean, and the difference matters. The MCP server runs inside your own instance: an agent such as Claude Desktop connects to your server, so the connection and your data stay where you put them. The AI Assistant is different. It calls an OpenAI-compatible provider, so if you point it at a hosted one, the contents of those requests go to that provider. Point it at a local model instead, such as Ollama or LM Studio, and nothing leaves your machine. It stays off until you supply a key, so this is always your choice rather than a default.
MCP is the Model Context Protocol, an open standard for connecting AI agents to real systems. tududi ships an MCP server exposing 59 tools spanning tasks, projects, areas, goals, habits, notes, people, tags, views, inbox, search and metrics, so an agent can capture, find, update and finish work rather than just talk about it. It is opt-in, and it works with Claude Desktop, Cursor, Windsurf, Cline, or any other MCP client.
You are paying to not run it. Managed gives you a container and database isolated from every other user, updates applied for you, and support with a response commitment. If you already run Docker and a reverse proxy, self-hosting is genuinely the better deal and we would rather you did that. Managed exists for people who want the system without becoming its sysadmin.
Instances that go unused for about half an hour are paused, and start again by themselves the next time you open yours. Usually that shows up as a slightly slower first load. Occasionally it takes long enough that you will see a short "waking up" page and can retry. Your data is untouched either way: pausing stops the container, it does not delete anything.
メールアドレスを登録しておけば、早期アクセス開始時にご招待をお送りします。新機能が出たときのお知らせも届きます。迷惑メールは送りません。配信停止はワンクリックです。
リリースノートをお送りするためだけに、アドレスと登録日を保存します。他の用途には使わず、第三者に渡すこともありません。