oblien/openship
Self-hosted deployment platform
Openship
Open-source, self-hostable deployment platform with built-in CI/CD. Push code, ship containers, manage infrastructure — from a desktop app, web dashboard, or CLI.Quick Start · Features · Interfaces · Docs · Contributing
Quick Start
npm i -g openship # or: curl -fsSL get.openship.io | sh openship up # installs Openship as a background service (starts on boot, auto-restarts)
openship open opens the dashboard; openship stop stops the service. Want a one-off attached run instead? openship up --foreground. To deploy a project:
cd your-project openship init # link this directory to a project openship deploy
Prefer Docker? Clone the repo and use the compose stack:
git clone github.com/oblien/openship.git && cd openship cp.env.exa…