Области, цели, проекты и задачи, а также заметки и привычки в одной системе. Запустите её на своём железе или передайте эксплуатацию нам.
Настоящий размещённый экземпляр с демонстрационными данными, общий и регулярно сбрасывается
Или мы поддерживаем работу за вас, 49 $/год по цене раннего доступа
Лицензия MIT · открытый код навсегда
В tududi встроен MCP-сервер, предоставляющий 59 инструментов для задач, проектов, областей, целей, привычек, заметок, людей, меток, представлений, входящих, поиска и метрик. Подключите 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 →
Входит во все тарифы — и на своём сервере, и в Управляемом.
Отдельный необязательный слой, который читает ваши данные и возвращает сводки простым языком. Работает с любым провайдером, совместимым с OpenAI, в том числе развёрнутым у вас, например Ollama.
Утренний обзор с вашей главной задачей и рисками, о которых стоит знать.
Предлагаемые следующие шаги по конкретной задаче, формируются по запросу.
Быстрая оценка состояния проекта: что движется, а что застряло.
tududi объединяет цели, проекты, задачи, заметки и умные представления в одну спокойную, сфокусированную систему. Создано для тех, кто работает один, и для небольших команд, которым важны приватность и ясность.
Задайте результаты на сезон или на год и смотрите, какие Области и Проекты действительно их продвигают.
Цели и Области стоят рядом на верхнем уровне: долгосрочные результаты и постоянные сферы жизни. Обе содержат Проекты, а те — Задачи.
Умные сохранённые выборки вроде «Сегодня», «Просрочено» или «Когда-нибудь». Один клик, без пересборки фильтра каждый раз.
Ежедневные, еженедельные и ежемесячные схемы, с повтором от момента выполнения и связями «родитель — потомок».
Разбивайте сложные задачи на посильные подзадачи с отслеживанием прогресса.
Свои метки для задач и заметок, с мгновенной фильтрацией и порядком поверх проектов.
Отправьте сообщение, чтобы мгновенно зафиксировать задачу, получайте ежедневные сводки и ведите список на ходу.
Держите данные при себе. Разверните у себя ради полного контроля или возьмите Управляемый экземпляр с шифрованными резервными копиями.
Раскладывайте проекты по сферам жизни — Работа, Личное, Здоровье, Обучение.
Переключайтесь на матрицу Эйзенхауэра или канбан-доску, когда вопрос стоит просто: что делать прямо сейчас.
Автоматическая разбивка: приоритеты на сегодня, ближайшие сроки и задачи на когда-нибудь.
Смотрите динамику завершений и нагрузку по проектам, чтобы понимать, куда на самом деле уходит время.
Назначайте задачи людям и с одного взгляда видьте, кто участвует в проекте.
Ведите повторяющиеся привычки рядом с задачами и проектами, с простыми сериями и историей.
Приоритеты, сроки, метки и умная сортировка. Мощные фильтры, чтобы найти главное.
Форматированные заметки к проектам, с полным поиском и порядком.
Полнотекстовый поиск плюс фильтры по проекту, метке, приоритету или сроку. Найдите любую задачу за секунды.
Добавьте tududi на домашний экран или рабочий стол как PWA. Работает офлайн и синхронизируется, когда вы снова в сети.
Входите через свой провайдер идентификации: 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.
Оставьте почту, и мы пришлём приглашение, когда откроется ранний доступ, а также сообщим, когда выйдет что-то новое. Без спама, отписка в один клик.
Мы храним ваш адрес и дату, когда вы его оставили, чтобы присылать заметки о выпусках и ничего больше. Мы никогда им не делимся.
Доступно на 25 языках по всему миру