EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Kaneo
    Kaneo icon

    Kaneo

    Project Management
    Featured

    Open-source, self-hosted project management tool built for minimal surface area and maximum execution clarity, with board, list, and Gantt views.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Run Kaneo on your own servers, MIT licensed, forever free.

    14-day free trial for Cloud Personal, no credit card required.

    Cloud Personal: $40/yr
    Cloud Team: $50/yr

    Engagement

    Available On

    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Project ManagementAgile ToolsIssue Tracking

    Alternatives

    LinearIt's a PlanDevPlan
    Developer
    KaneoSkopje, North MacedoniaEst. 2025

    Listed Aug 2026

    About Kaneo

    Kaneo is an open-source project management tool built by Andrej Acevski under the MIT license, designed around the principle of "all you need, nothing you don't." It is available as a self-hosted deployment via Docker Compose or the drim CLI, and also as a managed cloud offering. The project has accumulated over 6,900 GitHub stars since its creation in late 2024.

    What It Is

    Kaneo is a lightweight, self-hosted alternative to tools like Jira, Trello, and Linear. It provides board, list, and Gantt views backed by a single source of truth, with task ownership, due dates, priorities, and labels as its core planning primitives. The tool is written in TypeScript using React on the frontend and Hono on the backend, with PostgreSQL as the database.

    Core Workflow

    Kaneo organizes work around projects within a workspace. Tasks move through configurable statuses visible in both board and list views, keeping planning and execution aligned without duplicating state. Key workflow features include:

    • Board and list views that share the same underlying data
    • Labels for grouping initiatives like onboarding, backend, or customer-feedback
    • Priority and due date assignment without requiring heavy process overhead
    • Native GitHub and Gitea integration to sync issues and align product planning with development
    • Outgoing webhooks for Slack, Discord, and custom HTTP notifications

    Deployment Model

    Self-hosting is the primary deployment path. Kaneo ships as a single container image (ghcr.io/usekaneo/kaneo:latest) that bundles the API and web frontend, paired with PostgreSQL. The drim CLI tool automates setup with automatic HTTPS and database configuration in a single command. For larger infrastructure, a Helm chart is provided for Kubernetes deployments. Advanced users can still run the API and web images separately. The self-hosted path is free forever under the MIT license with no feature restrictions, including SSO.

    Open-Source Architecture

    The repository (usekaneo/kaneo) is MIT-licensed and actively maintained, with the latest release being v2.12.1 published in July 2026. The project uses a monorepo structure with pnpm and accepts community contributions via GitHub Issues and a Discord server. Kaneo is funded through GitHub Sponsors rather than a venture-backed model, keeping it independent.

    Update: v2.12.1

    The latest release is v2.12.1, published on July 30, 2026. The repository shows active development with frequent pushes to the main branch and 92 open issues as of early August 2026. The project direction emphasizes keeping the feature set intentionally narrow while improving reliability and self-hosting ergonomics. A managed cloud offering (Kaneo Cloud) was introduced alongside the self-hosted path, with accounts created before paid plans launched receiving at least 12 months of free access and a full export or self-hosting migration path.

    Who It Is For

    Kaneo targets small-to-medium engineering teams and individual developers who want a fast, privacy-respecting project management tool without the overhead of enterprise platforms. The self-hosted model appeals to teams with data sovereignty requirements. The cloud offering serves users who want managed hosting without running their own infrastructure.

    Kaneo - 1

    Community Discussions

    Be the first to start a conversation about Kaneo

    Share your experience with Kaneo, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Self-hosted

    Run Kaneo on your own servers, MIT licensed, forever free.

    • Unlimited users and projects
    • Every feature including SSO
    • Your data on your servers
    • Community support on Discord
    TRIAL

    Cloud Personal

    14-day free trial for Cloud Personal, no credit card required.

    • Single user
    • Unlimited projects and tasks
    • Automatic backups and updates
    • Email support

    Cloud Personal

    Managed hosting for one user, billed yearly.

    $40/yr
    billed annually
    • Single user
    • Unlimited projects and tasks
    • Automatic backups and updates
    • Email support

    Cloud Team

    Popular

    Managed hosting for teams, billed yearly per user.

    $50/yr
    billed annually
    • Unlimited team members
    • Unlimited projects and tasks
    • Workspace roles and permissions
    • Automatic backups and updates
    • Priority email support
    View official pricing

    Capabilities

    Key Features

    • Board view
    • List view
    • Gantt view
    • Task ownership and assignment
    • Due dates
    • Priority levels
    • Labels
    • Native GitHub integration
    • Gitea integration
    • Outgoing webhooks (Slack, Discord, HTTP)
    • SSO support
    • Workspace roles and permissions
    • Automatic backups (Cloud)
    • Self-hosted deployment via Docker Compose
    • drim CLI one-click deployment
    • Kubernetes Helm chart
    • REST API
    • Unlimited users and projects (self-hosted)
    • MIT licensed

    Integrations

    GitHub
    Gitea
    Slack
    Discord
    PostgreSQL
    Docker
    Kubernetes
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Kaneo and help others make informed decisions.

    Developer

    Kaneo Team

    Kaneo builds open-source project management software designed to stay out of the way. Created by Andrej Acevski, the project ships a self-hosted tool under the MIT license and a managed cloud offering, both focused on minimal surface area and maximum execution clarity. The team operates independently, funded through GitHub Sponsors rather than venture capital. Kaneo actively maintains its TypeScript/React/Hono stack and accepts community contributions via GitHub and Discord.

    Founded 2025
    Skopje, North Macedonia
    1 employees
    Read more about Kaneo Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Linear icon

    Linear

    A purpose-built tool for modern software development that streamlines issues, projects, and product roadmaps for product teams.

    It's a Plan icon

    It's a Plan

    An open-source, self-hosted issue tracker with AI agents built in, letting teams assign issues to people or agents on a shared board with REST API, webhooks, and MCP support.

    DevPlan icon

    DevPlan

    AI-native product planning and execution platform that connects with GitHub and Linear to generate code-ready, context-aware plans.

    Browse all tools

    Related Topics

    Project Management

    AI-enhanced platforms that streamline planning, tracking, and managing software projects with intelligent resource allocation, predictive timeline analysis, and automated progress reporting.

    37 tools

    Agile Tools

    Specialized AI-powered solutions for agile development methodologies that optimize sprints, standups, and retrospectives with intelligent velocity tracking and capacity planning.

    6 tools

    Issue Tracking

    AI-driven systems for monitoring, prioritizing, and resolving bugs, feature requests, and other project issues with intelligent categorization and automatic assignment.

    9 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions