✨ Version 2.0 Now Available

The Open-Source
JIRA Alternative
for the Free World

Enterprise-grade project management and issue tracking with 235 API endpoints, complete Agile/Scrum support, and zero licensing costs.

235
API Endpoints
85%
JIRA Parity
100%
Open Source
$0
Licensing Fees
Scroll to explore

Enterprise-Ready Features

Everything you need for world-class project management

API-First Architecture

235 RESTful API endpoints providing complete programmatic access to all features. Build your own UI or integrate with existing tools.

Agile & Scrum

Full support for Kanban boards, sprint planning, story points, velocity tracking, and burndown charts.

Custom Workflows

Design workflows that match your process. Define statuses, transitions, and ticket types for any methodology.

Multi-Tenancy

Enterprise-ready with account → organization → team hierarchy. Perfect for agencies and large organizations.

Custom Fields

11 field types including text, number, date, select, multi-select, and more. Adapt to any workflow.

Zero Cost

Completely free and open source. No per-user fees, no hidden costs, no vendor lock-in. Deploy anywhere.

Powerful REST API

235 endpoints organized into logical feature groups

  • ✅ Phase 1: JIRA Parity (45 endpoints)
  • ✅ Workflow Engine (23 endpoints)
  • ✅ Agile/Scrum Support (23 endpoints)
  • ✅ Multi-Tenancy (28 endpoints)
  • ✅ Git Integration (17 endpoints)
  • ✅ System Infrastructure (37 endpoints)
View API Documentation
curl example
# Create a priority
curl -X POST http://localhost:8080/do \
  -H "Content-Type: application/json" \
  -d '{
    "action": "priorityCreate",
    "jwt": "your-jwt-token",
    "data": {
      "title": "Critical",
      "level": 5,
      "color": "#FF0000"
    }
  }'

# Response
{
  "errorCode": -1,
  "data": {
    "priority": {
      "id": "550e8400-e29b-41d4...",
      "title": "Critical",
      "level": 5,
      "created": 1696118400
    }
  }
}
🚀
235
API Endpoints
📊
53
Database Tables
100%
Test Coverage
🔒
JWT
Authentication

Comprehensive Documentation

Everything you need to get started and succeed

Get Started Today

Choose your installation method

📦 Pre-built Binary

Download and run immediately

🐳 Docker Container

One command deployment

docker run -d -p 8080:8080 helixtrack/core:latest

🛠️ Build from Source

Full control over the build

git clone https://github.com/Helix-Track/Core.git
cd Core/Application && go build

Get In Touch

Join the community and contribute