Stride icon
Free & open source · runs locally
Stride DORA

See exactly how your team ships software.

Stride DORA is a desktop dashboard that connects to Jira and GitHub and turns your raw data into DORA metrics: lead time, throughput, bug trends, pull requests, and deploys — grouped by month, updated on demand, stored locally.

Product Screens

Insights tab with delivery recommendations
Insightsrisks and priorities
AI review of team metrics
AIexecutive chart review

Built for engineering teams that want to ship better

DDORA Metrics

Monthly charts for lead time, throughput, fixed bugs, open backlog, pull requests, and deployment frequency — the four DORA pillars in one view.

FDelivery Flow

Groups work into To Do, Doing, and Done so you can see where demand builds up, spot bottlenecks, and track work in progress over time.

AIAI Insights

Ask questions about your team's performance in plain language. Get chart summaries, risk highlights, and practical next steps powered by AI.

Data Sources

JJira

Reads issues, types, statuses, creation/resolution dates, and bugs to calculate flow, backlog, and lead time.

GGitHub

Reads pull requests from the configured owner. Merges into main or master are counted as deploys.

AIOpenRouter

Optional. When configured, it generates an executive review of the charts and recommends priorities.

How to Install

Windows — installer

Download Stride-DORA-Setup-x.x.x.exe from the Releases page, double-click and follow the installer. A shortcut is created on the Desktop and Start Menu.

Linux — AppImage

Download Stride-DORA-x.x.x.AppImage from the Releases page, make it executable and run:

chmod +x Stride-DORA-*.AppImage
./Stride-DORA-*.AppImage
From source — Windows

Requires Bun. Clone the repo and run:

powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1

A Stride DORA shortcut is created on your Desktop.

From source — Linux / macOS

Requires Bun. Clone the repo and run:

chmod +x ./scripts/install.sh ./scripts/start-stride.sh
./scripts/install.sh

A launcher is created on your Desktop and app menu.

How to Configure

JJira

  • Enter the Jira URL, email, and API token.
  • Leave the Jira project field empty to fetch every accessible active project.
  • After saving, use Update or Resync to fetch data.

GGitHub

  • Enter the GitHub token and owner.
  • The app fetches accessible repositories for that owner.
  • Pull requests and deploys are available in the Activities tab.

Use tokens with the minimum required permissions. They are stored locally in this installation.

How to Use It

1Configure

Open Settings and add Jira, GitHub, and optionally OpenRouter for AI insights.

2Sync

Use Update to fetch new data or Resync to clear local data and synchronize from scratch.

3Improve

Read the charts, inspect cards/PRs/deploys, and use insights to choose the next improvement priority.