Open source · MIT · v0.7.9

Self-hosted project management
for AI-native teams.

TaskNebula is the Neura Parse open-source project-management control plane: Linear-like UX, Jira-scale work graph, Docker-first operations, 30-language localization, and opt-in AI that can stay fully under your keys.

AI off by default
30-language app shell
Docker Compose install
AGENTOWNERS governance
TaskNebula workspace home screen with dashboard and project management modules

Real product screenshot

Self-hosted project management, AI drafting, governance, and update awareness in one workspace.

Latest release

Locales

GitHub stars

License

Product surface

The previous page leaned too hard on generic project-planning language. This version uses TaskNebula's current June 2026 screenshots and maps the whole repo into a clearer product narrative.

TaskNebula home screen with project management overview and IBM-modern interface

A dense work hub for projects, activity, personal work, analytics, and update awareness.

TaskNebula Draft with AI modal creating structured issue drafts from a prompt

One prompt becomes a single issue or editable checklist before bulk creation.

TaskNebula issue detail screen with labels versions components and AI assist controls

Labels, versions, components, comments, sub-issues, and per-issue assist in one view.

TaskNebula real-time Kanban board for self-hosted project management

Kanban, sprint work, drag-and-drop planning, presence, and project status loops.

TaskNebula dashboard showing widgets analytics and project status

Standup, catch-up, analytics, deadlines, pinned work, and recent activity.

Release line

The repository now describes a broader self-hosted operating surface: localization, governance, update awareness, agent workflows, admin hardening, and a product UI refresh.

01

v0.7.9 localizes dashboard widgets, issue views, sprint screens, settings panels, notification rows, metadata, and burndown date labels through next-intl.

30 localesRTL Arabic/HebrewLocale-safe dates

02

The June line refreshes dashboards, project pages, settings, shell navigation, cards, buttons, loading states, and transactional email templates around square geometry and stronger contrast.

DashboardEmail templatesLight/dark

03

Docker Hub webhooks, scheduled version checks, admin update notifications, digest metadata, and optional signed self-update handoff keep operators in control.

Docker HubCron sidecarSigned handoff
Source checked from the public repository on June 23, 2026: README and CHANGELOG. Latest package/release line: v0.7.9.

Capabilities

This is the useful framing for SEO and buyers: TaskNebula is a self-hosted Linear/Jira alternative, but the differentiation is AI-agent governance and boring Docker operations.

01

Issues, epics, subtasks, sprints, burndown, velocity, initiatives, roadmap views, custom fields, issue links, attachments, importers, and transition rules.

KanbanSprintsRoadmap

02

Realtime presence, activity feed, comments, mentions, watchers, email digests, project chat, issue threads, LiveKit voice rooms, Tiptap, and Yjs.

SSELiveKitYjs

03

30+ permission types, 63+ audit actions, role-based access, issue security levels, signed webhooks, OAuth, SAML/SCIM scaffolding, and registration controls.

RBACAudit logsSSO

04

AI is off by default. Workspace admins can enable OpenAI or Anthropic keys, keep native heuristic planning, save model profiles, and audit rotations.

BYOKNative plannerAudit

05

Burndown, velocity, cycle time, throughput, lead-time distributions, project health, native charts, AI insights, retrospectives, and CSV/JSON export.

Cycle timeRechartsExport

06

Cmd+K omnibar, keyboard shortcuts, route skeletons, real-time sync, Docker Compose, API keys, MCP work, AGENTOWNERS, and local coding-agent handoff.

Cmd+KMCPAgents

Install path

The repo now distinguishes quick Linux installs, Docker Desktop demos, pinned production releases, and source builds. That nuance matters for trust.

One-command Docker

Fresh Linux VM or homelab box

curl -fsSL https://raw.githubusercontent.com/neuraparse/taskNebula/main/scripts/quickstart.sh | bash

Docker Desktop

Local Mac, Windows, Linux, or WSL demo

curl -fsSLo compose.yml https://raw.githubusercontent.com/neuraparse/taskNebula/main/docker-compose.desktop.yml && docker compose up -d

Pinned production

Repeatable self-hosted release

TASKNEBULA_IMAGE=neuraparse/tasknebula:0.7.9 docker compose up -d

Source build

Local patching or contribution

git clone https://github.com/neuraparse/taskNebula.git && cd taskNebula && docker compose up -d --build

Production topology

Operating flow
1

Browser / PWA

Localized UI

2

Next.js standalone web

Health endpoint

3

PostgreSQL + pgvector

Persistent data

4

Redis pub/sub

Realtime fan-out

5

Optional LiveKit + cron

Explicit profiles

Full operator detail has been split into Self-hosting so the overview stays readable while still ranking for Docker, Compose, production, and update searches.

Deep dives

TaskNebula now has focused pages for operators, AI-governance readers, and technical evaluators. They interlink cleanly and keep the main page from becoming a README dump.

Architecture

TaskNebula is intentionally conventional: Next.js, Postgres, Redis, Docker, reverse proxy, optional LiveKit and cron. The sophistication is in product flow and governance, not exotic infrastructure.

Next.js 15 App RouterReact 19TypeScript 5.7Tailwindshadcn/uiTanStack Query
Next.js route handlersAuth.js v5Drizzle ORMZod contractsPino logging
PostgreSQL 16pgvectorRedis 7S3-compatible uploadspg_stat_statements
SSE event busRedis pub/subYjs editingLiveKit voice rooms
Docker ComposePublished imageCron sidecarHealth checksReverse proxy ready
AES-256-GCM credentialsSigned webhooksAudit logsAGENTOWNERSApproval gates

Roadmap

That is a strength for a self-hosted project: the repo does not just market capability; it names the work graph, agent, importer, API, governance, and scale gaps being closed.

Q3 2026

Labels, components, versions, resolution, issue rank, workflow enforcement, boards, JQL v2, notification schemes, tenant isolation, API keys, pagination, and scale floor.

Q4 2026

Deep GitHub/GitLab links, importer v2, release notes, semantic search, Ask-AI last mile, agent approval queue, MCP v2, and coding-agent deeplinks.

H1 2027

Custom hierarchy, field schemes, permission enforcement, portfolio plans, SLAs, configurable dashboards, proactive risk detection, and agent builder direction.

Roadmap details are summarized from docs/ROADMAP_2026.md. Keep the public page high-level; link the repo for full audit-heavy status detail.

Operator checklist

For procurement and technical search, it matters that TaskNebula names the image, secrets, network, persistence, update, automation, and AI-key posture.

Image

Pin TASKNEBULA_IMAGE=neuraparse/tasknebula:0.7.9 outside quick demos.

Secrets

Generate AUTH_SECRET, REDIS_PASSWORD, and LIVEKIT_API_SECRET per install.

Network

Keep Compose ports bound to 127.0.0.1 and expose through TLS reverse proxy.

Persistence

Back up postgres_data, redis_data, and uploads_data.

Updates

Pull image, restart, then verify GET /api/health.

Automation

Enable cron only with docker compose --profile cron up -d cron.

Run it yourself

TaskNebula is positioned as the self-hostable project-management control plane for teams that want inspectable operations, not another black-box SaaS.