openship
SHA-256Openship is a self-hosted deployment platform with built-in CI/CD. It detects your stack, builds, and ships containers—no config files or YAML pipelines needed. Manage domains, SSL, databases, backups, and more from a desktop app, web dashboard, or CLI. Runs on any Linux server or the cloud.
Smart Download
Download Download Version
v0.1.11 · 208.6 MB
Deploy apps like magic: zero-config CI/CD, self-hosted, with desktop/CLI/web interfaces.
Core Features
- Zero-config: point at a repo, auto-detect stack, build & deploy
- Built-in CI/CD: push-to-deploy, preview environments, rollbacks
- Full backend: Postgres, MySQL, MongoDB, Redis, workers, WebSockets
- Automatic domains & SSL: Let's Encrypt, wildcards, auto-renewal
- CDN: edge caching, HTTP/3, Brotli compression, instant purge
What It Can't Do
- •Currently single-node only; multi-node clustering is under development
- •Documentation is a work in progress; some advanced features may require GitHub discussions
- •Self-hosting requires you to manage server security updates and backup strategy
- •Not designed for Kubernetes-native orchestration; best suited for small-to-medium scale workloads
Use Cases
- Individual developers shipping side projects without DevOps effort
- Teams managing multiple production applications with unified domain, SSL, database, and backup management
Detailed Introduction
Openship is a self-hosted deployment platform that simplifies shipping applications with built-in CI/CD. Unlike traditional PaaS like Heroku or open-source alternatives like Coolify, Openship offers a zero-config approach: point it at a repository, and it automatically detects the stack (Node, Python, Go, and many more), builds the container, configures domains and SSL, and deploys—all without writing YAML or pipeline files. It handles the entire backend: databases (Postgres, MySQL, MongoDB, Redis), mail server (SMTP with DKIM/SPF/DMARC), CDN with edge caching and HTTP/3, scheduled backups, and real-time monitoring. You can use the desktop GUI, web dashboard, or a CLI, and deploy to any Linux VPS, bare metal, or multi-server cluster. It's production-ready and actively developed, with upcoming features like multi-node clusters and visual CI/CD pipelines. For teams and solo developers who want full control over their infrastructure without the complexity of Kubernetes or manual Docker management, Openship provides a unified interface that feels like a modern PaaS but runs on your own servers.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Open the downloaded dmg file, then drag the app to Applications
Install globally: npm i -g openship or curl -fsSL https://get.openship.io | sh
Start the background service: openship up (auto-start on boot, auto-restart)
Open dashboard: openship open to manage in browser
- Install globally: npm i -g openship or curl -fsSL https://get.openship.io | sh
- Start the background service: openship up (auto-start on boot, auto-restart)
- Open dashboard: openship open to manage in browser
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
66db680fcc64e08da349ece53f4bbf7e42087175307f75f78cec46b5f9b2a067This checksum is extracted from the GitHub Release page. Verify file integrity after download.
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Stop the service with 'openship stop', then remove the installation directory and ~/.openship data. If installed via npm, run 'npm uninstall -g openship'.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
code-server
Run VS Code in your browser, on any device with a consistent development environment.
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
opencode
OpenCode is a free, open-source AI coding agent that helps you write, refactor, and understand code. It offers two built-in modes: a full-access 'build' agent for active coding and a read-only 'plan' agent for safe exploration.