GitHunt
MA

Simple & extensible open source project managent system built using Django & HTMX. JIRA, Trello, Linear, Clickup, Asana, Shourtcut.io alternative.

Codecov Django Packages License: AGPL v3 Python 3.14 Django 6.0

Matorral

A simple and fast open-source project management tool

Live DemoFeaturesGetting StartedConfigurationContributing


Features

  • Workspaces - Organize your teams and projects in isolated workspaces
  • Projects - Create multiple projects per workspace with unique issue keys
  • Issue Hierarchy - Structure work as Epics → Stories → Subtasks and Bugs
  • Milestones - Group and track issues toward key delivery points
  • Sprints - Plan and execute iterative development cycles
  • Priorities & Assignees - Keep your team aligned on what matters most
  • Search & Filters - Quickly find any issue across your project
  • Authentication - Email and GitHub OAuth login support

Matorral Screenshot

Try it out!

An example demo instance is available at matorral.matagus.dev

Credential Value
Username demo@example.com
Password demouser789

Getting Started

Requirements

Setup

git clone https://github.com/matorral-project/matorral.git
cd matorral
just init               # First-time setup: copies .env, builds containers, runs migrations

This starts the containers and runs migrations. Then:

just start              # Start with logs (foreground)
just start-detached     # Start in background
just logs               # View all service logs
just logs-django        # View Django logs only
just logs-db            # View PostgreSQL logs only

Verify your environment is ready:

just doctor             # Check environment health (.env, containers, migrations)

Open http://localhost:8000. Create an admin account:

just createsuperuser

To stop:

just stop               # Stop all services

See all available commands:

just --list             # List all recipes with descriptions

Configuration

Adjust .env values as needed. Key settings:

Variable Description
SECRET_KEY Django secret key
DATABASE_URL Postgres connection string
REDIS_URL Redis connection string
DEBUG Set to False in production

Roadmap

Available Now

Feature Description
Workspaces Isolated multi-tenant workspaces for your teams
Projects Multiple projects per workspace with unique issue keys
Issue Hierarchy Epics → Stories → Subtasks and Bugs
Milestones Group and track issues toward delivery goals
Sprints Plan and execute iterative development cycles
Priorities & Assignees Assign and prioritize work across your team
Search & Filters Find any issue quickly across your project
Authentication Email and GitHub OAuth login support

Coming Soon

  • Realtime updates
  • Drag & drop support
  • Integration with GitHub, GitLab, and Bitbucket
  • Two-way sync with Jira, Linear, and more
  • AI features
  • Attachments and images
  • Notifications and activity feeds
  • And more!

Contributing

We 💚 contributions! Please see CONTRIBUTING.md.

Tech Stack

Django · PostgreSQL · Redis · Celery · HTMX · Alpine.js · Tailwind CSS · DaisyUI · Vite

License

GNU Affero General Public License v3.0


Live DemoStar us on GitHubReport BugRequest Feature Ask a Question


Languages

Python68.1%HTML30.0%Just0.7%CSS0.4%JavaScript0.4%Dockerfile0.3%TypeScript0.1%Shell0.0%

Contributors

GNU Affero General Public License v3.0
Created May 20, 2019
Updated March 12, 2026