All 44 Dependencies

Every package Pipedash depends on, ranked by repo health score.

Pipedash aggregates CI/CD pipeline status from GitHub Actions, GitLab CI, Jenkins, Tekton, Buildkite, ArgoCD, and Bitbucket Pipelines into a unified local dashboard. Instead of switching between seven different provider UIs, DevOps engineers and SREs get a single view of all their pipelines, with real-time status updates and the ability to trigger or cancel runs without leaving the dashboard.

Built in Rust with Tauri for the desktop application and Axum for headless server deployments, Pipedash runs entirely on your infrastructure with no telemetry or third-party cloud services. Credentials are encrypted using AES-256-GCM with Argon2id key derivation, stored in your OS keyring, encrypted SQLite, or encrypted PostgreSQL — your choice.

The plugin architecture compiles each CI/CD provider into the binary at build time, exposing a clean Rust trait interface that makes adding new providers straightforward. The same core library powers the native desktop app, the Docker web server, and the iOS mobile app, ensuring consistent behavior across deployment modes.

Pipedash supports both SQLite (for individual use) and PostgreSQL (for team deployments behind a VPN), with a setup wizard handling storage selection and optional data migration between backends.

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search