-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Sep 14, 2026
·
1 revision
ɳTasks is a free, open-source, self-hostable task manager. MIT licensed, no paid tiers, no pro plugins. Version 1.3.0.
Create lists, add tasks with due dates and tags, share lists with other people, and see changes from collaborators in real time. It runs on the web, on desktop (macOS, Windows, Linux), on mobile (iOS, Android), and on TV (Apple TV, Android TV).
- Hosted SaaS: go to task.nself.org, sign up, start using it. No setup, nothing to run.
-
Self-host: run the backend yourself with the nSelf CLI (
cd backend && make up), then point any app surface at your own server. You own the data. See Self-Hosting. - Native apps: web (React + Vite), desktop (Tauri 2), mobile (React Native + Expo), and TV (react-native-tvos) all talk to the same GraphQL backend. See Apps for what's shipped on each surface today.
| Page | What it covers |
|---|---|
| Getting-Started | Prerequisites and your first run, hosted or self-hosted |
| Self-Hosting | Running your own backend: setup, env vars, migrations, backups |
| Features | The full list of what ɳTasks actually does today |
| Apps | Web, desktop, mobile, and TV: what's shipped vs. in progress |
- Quickstart-Guide: shorter version of Getting Started for experienced devs
- RN-Setup / Web-SPA / Desktop / TV: per-surface setup detail
- Backend-Setup / Backend-Architecture / Backend-Troubleshooting: backend detail
- Database-Schema: table reference
- Deployment: staging and production deploy
- Security: security practices
- CLI / MCP-Server: terminal CLI and the MCP server for AI agents
- Contributing / Changelog: contributor guide and version history
- GitHub: nself-org/ntask
- Issues: Report a bug
- Discussions: Q&A
- License: MIT
- Hosted app: task.nself.org
- Ecosystem docs: docs.nself.org
Getting Started
- Getting-Started
- Quickstart-Guide
- Self-Hosting
- RN-Setup
- Web-SPA
- Desktop
- TV
- Backend-Setup
- Backend-Troubleshooting
Features & Apps
CLI & Agents
Backend
Architecture
Deployment
Reference
External