mrkeyoor.com_
Tue 01 Sept 17:42 UTC
Self-Hostedevaluationupdated 30 Aug 2026

vikunja review

Vikunja is a self-hosted task manager for people and teams that want control over their own work data. It offers an installable alternative to hosted task services, while a paid hosted option is available for people who do not want to operate it themselves.

+13 / 1dstars / 7d
Verdict

Our build completed in 13 seconds, but 15 of 105 Go package tests failed, so Vikunja is promising to deploy but not ready to trust from this checkout without investigation. Its active development, AGPL core, Docker support, API documentation, and hosted escape hatch make it a credible task-service choice. Use it if data ownership matters and you can validate upgrades in staging; choose the hosted version or another product if failed verification is a deal-breaker.

We ran it

Install✓ · 94s368 packages
Build✓ · 13s
Tests✗ · 155s90 passed · 15 failed of 105 (go test)
Repo2042 files~279,703 lines of source · 25.9 MB · 11 CI workflows · Dockerfile

Answers from our run

Does vikunja build from source?

Dependencies installed in 94 seconds (368 packages), and the build succeeded in 13 seconds. We cloned commit 5694ef6 into a clean Debian container with 3 CPUs and no project-specific setup.

Do vikunja's tests pass?

Not all of them: 90 of 105 passed and 15 failed when we ran the project's own test command (go test). Some failures need services or credentials a bare container does not have.

Who should not use vikunja?

Teams that require audit logs, time tracking, or an admin panel in the free core, because the README places those in Vikunja Pro

What are the alternatives to vikunja?

AppFlowy, Wekan, Kanboard. Our build completed in 13 seconds, but 15 of 105 Go package tests failed, so Vikunja is promising to deploy but not ready to trust from this checkout without investigation.

Setup3/513s build succeeded, but 15 of 105 test packages failed
Docs4/5Dedicated install, build, development, and testing guides
Community4/55,211 stars, fresh push, recent release, and visible activity
Maturity4/5Version 2.5.0, Docker support, hosted service, and documented API

Who it’s for

Individuals who want a task manager they can host and control
Teams comfortable operating a Go web service and maintaining its data
Organizations that value an AGPL-licensed core and documented API
Users who want a hosted option without giving up a self-hosting path

Who it’s NOT for

Teams that require audit logs, time tracking, or an admin panel in the free core, because the README places those in Vikunja Pro
Buyers who need a clean test pass before evaluation, because 15 of 105 test packages failed in our run
Operators who want a zero-maintenance service and do not want the hosted offering
Organizations unable to comply with AGPL-3.0-or-later obligations

Setup reality

Our run installed 368 packages in 94 seconds and built successfully in 13 seconds, but the test command failed after 155 seconds: 90 of 105 Go package tests passed and 15 failed. The README points readers to separate installation, source-build, development, Magefile, and testing documentation rather than presenting setup inline, so the happy path looks organized but is not fully demonstrated by the landing page alone. On a fresh Debian container with 3 CPUs and 8 GB of RAM, compilation was straightforward; verification was not, and the supplied log ends only with package successes followed by FAIL, so it does not support guessing at a root cause.

Vikunja is an ownership-first task service, not just another checklist

Vikunja starts from a clear proposition: it is "the task manager you actually own." The project gives users a self-hosting route, while Vikunja Cloud provides a managed option for people who prefer convenience. At version 2.5.0, the repository presents itself as more than a weekend utility: there is a documented installation path, a public API reference, a Docker image, development guidance, and a roadmap hosted on Vikunja itself.

The licensing deserves attention before adoption. Most of the repository is AGPL-3.0-or-later, while the desktop directory uses GPL-3.0-or-later and included Unsplash backgrounds carry their own attribution requirements. Businesses modifying and serving it should review their obligations. The README also draws a product boundary: an admin panel, audit logs, and time tracking are promoted as Vikunja Pro features. Evaluate the edition against actual governance needs before migrating 1 team's work.

Our build worked, but the full test command did not

In our run at commit 5694ef6, installation succeeded in 94 seconds and installed 368 packages. The build completed successfully in 13 seconds. We used an unprivileged fresh Debian container with 3 CPUs, 8 GB of RAM, no secrets, and the golang:1.24-bookworm image. The checkout contained 2,042 files, roughly 279,703 lines of source, and occupied 25.9 MB. This is a substantial application, but it reached a compiled state without a long rescue operation.

Testing was the rough edge. The command exited with status 1 after 155 seconds: 90 of 105 Go package tests passed and 15 failed. The captured tail shows successful packages including API v2 routes, CalDAV, feeds, middleware, utilities, web files, and WebSocket code, followed by FAIL. It does not identify which assertion, dependency, or environment condition caused the failures. We cannot responsibly blame missing packages, networking, or application defects. This checkout simply did not achieve a clean test result on our box.

The repository has 11 CI workflow files and a Dockerfile, useful signals that maintainers take repeatable delivery seriously. There is no top-level tests directory, but Go tests commonly sit beside package source. The important outcome is that the build passed and 15 package tests did not. Before production use, rerun the suite in the documented environment, capture the first failing output, and make a clean result an upgrade gate. Our measurements establish buildability, not production behavior or database reliability.

The operational story is unusually well signposted

The README routes jobs to guides for installing, building, development, the Magefile, and testing. It also links an OpenAPI interface for API v2 and a public trial instance. That separation is practical in a project with 2,042 files because operators, contributors, and integrators need different instructions. Docker lowers packaging friction, while the hosted service is a fallback when self-hosting becomes unwanted work. A private security contact means vulnerability reports need not begin in a public issue.

There are still decision-making gaps on the front page. The feature section sends readers to the website instead of summarizing storage, backups, authentication, or a minimal deployment shape. Those details determine ongoing effort more than the first 13-second build. The README also says LLM-assisted coding tools are used in parts of the codebase and most contributions from a named bot are built that way. Risk-sensitive adopters should judge those contributions by review quality, tests, and release validation, not the tool label alone.

Active development offsets the large open-issue count

Project health looks positive when recency and workload are considered together. The repository had 5,211 stars, gained 14 stars in the cited trending snapshot, and was pushed on 2026-08-30, the day of this review. Release v2.5.0 arrived on 2026-08-04, less than 1 month earlier. Those dates show current maintenance. The 211 open issues are meaningful, but issue count cannot reveal responsiveness, severity, duplicates, or whether feature requests sit beside defects.

Vikunja has adoption and visible engineering motion, with enough unresolved work to demand staging discipline. Eleven CI workflows suggest substantial automation, while the recent release and same-day push show moving code. That makes version pinning, backups, changelog review, and pre-upgrade testing important. The evidence does not show response times or longer-term release frequency, so assigning exceptional support or neglect from 211 issues alone would be unfair.

It belongs behind your normal self-hosting controls

In a real stack, Vikunja is an application service containing durable user data, not a disposable container. Put version 2.5.0 behind the gateway, TLS termination, identity policy, monitoring, backup schedule, and restore testing used for other internal applications. Use the documented API when tasks connect to automation or reporting, and decide early whether the core edition covers accountability needs. If audit logs or time tracking are mandatory, price Vikunja Pro or compare alternatives before building compensating systems.

The choice is fairly crisp after our 94-second install and 13-second build. Vikunja is attractive for teams wanting ownership, an open API, Docker packaging, and an option to hand operations to a hosted vendor. It is less convincing for anyone demanding a green suite from an untouched checkout, because our run ended with 15 failed packages. Shortlist it, test the deployment and upgrade path with representative data, and proceed after the failures are understood. That is ordinary caution for an active self-hosted service.

Alternatives

ProjectWhat it isPick it when
AppFlowy gh↗A self-hostable workspace that combines documents, databases, and task-oriented organization.Pick this instead when notes and structured documents matter as much as task lists.
Wekan gh↗An open-source, self-hosted Kanban board focused on cards, lists, and team workflows.Pick this instead when a familiar Kanban board is the main requirement.
KanboardA deliberately simple self-hosted Kanban application with a plugin ecosystem.Pick this instead when simplicity and a board-first interface outrank broader task-management features.
Plane gh↗An open-source project-management platform aimed at issue tracking and product teams.Pick this instead when software planning and issue workflows are closer to the job than personal task management.

What people are saying

  1. [github-trending] go-vikunja/vikunja

Sources

  1. Vikunja GitHub repository
  2. Vikunja homepage

More self-hosted reviews

v2 · OpenShell · wigolo · Mindwtr · club-3090 · reclip · the whole board →