OSS Tanbou

/dev/push — self-host a Git push-to-deploy platform across multiple runtimes

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
4,747
Primary language
Python
License
MIT
Repository last updated
Mar 3, 2026

Overview

/dev/push is a self-hosted PaaS that builds and deploys applications from GitHub pushes, with zero-downtime rollout, rollback, live logs, multiple environments, team RBAC, custom domains, and automatic TLS.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Automate build, deploy, and rollback from GitHub pushes

Repositories and branches map to environments, with push-triggered builds, zero-downtime rollout, and rollback.

Sources: [2][3]

Manage logs, secrets, domains, TLS, and team permissions centrally

The platform includes real-time logs, encrypted environment variables, custom domains, Let's Encrypt, and role-based access.

Sources: [2][3]

For teams that want a Vercel-like developer experience on their own servers

It fits small teams and internal-platform use cases deploying multiple Docker-compatible runtimes on owned infrastructure.

Sources: [2]

Protect the privileged GitHub, Docker, DNS, and secret-management surface

The platform controls repository access, Docker infrastructure, secrets, and TLS. Review GitHub App scopes, Docker API exposure, backups, and host isolation.

Sources: [2][3]

Official sources

  1. [1]hunvreus/devpush repository(2026-09-20)
  2. [2]/dev/push README(2026-09-20)
  3. [3]/dev/push documentation(2026-09-20)
  4. [4]/dev/push MIT license(2026-09-20)
Supplemental curator note

/dev/push brings a Vercel/Render-style Git push-to-deploy workflow to applications in Python, Node.js, PHP, and other Docker-compatible runtimes. Operating it requires a GitHub App, DNS, email delivery, and privileged Docker infrastructure, so its operational security surface should be treated as part of the platform.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/hunvreus/devpush.git
  2. 2

    Enter the repository

    cd devpush
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

4,747 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
0
Open PRs
6

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • continuous-deployment
  • deployment
  • django
  • fastapi
  • flask
  • github
  • nextjs
  • nodejs
  • php
  • python
  • vercel
Stars
4,747
Forks
184
Watchers
20
Open issues
11
Contributors
4
Primary language
Python
License
MIT
Repository last updated
Mar 3, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.

/dev/push — Self-hosted Git Deployment Platform for Multiple Languages | OSS Tanbou