Releases: trymist/Mist
Releases ยท trymist/Mist
v1.0.4
V1.0.3
v1.0.2
๐ Mist v1.0.0 - First Release
A lightweight, self-hostable Platform-as-a-Service for developers who want Heroku's simplicity with self-hosting control.
๐ Quick Start
curl -fsSL https://trymist.cloud/install.sh | bash
Requirements: Linux server (Ubuntu 20.04+), Docker, root/sudo access
โจ What's Included
Core Features
- Docker deployments - Build and run any Dockerized application
- GitHub integration - Native GitHub App with webhooks for auto-deployment
- Real-time monitoring - Live system metrics (CPU, memory, disk) and container logs via WebSocket
- Project management - Organize apps by project with multi-user support
- Custom domains - Configure multiple domains per app with Traefik reverse proxy
- Let's Encrypt SSL automation
- Role-based access - Admin and user roles with audit logging
- Environment variables - Manage build-time and runtime configuration
Technical Stack
- Backend: Go (single binary, ~50MB RAM)
- Database: Embedded SQLite (no external database needed)
- Frontend: React + Vite + TypeScript
- Ultra-lightweight: Just Docker required, no PostgreSQL/Redis/etc.
๐ฏ Coming in v1.1
- โฎ๏ธ Deployment rollback
- ๐พ PostgreSQL/MySQL/Redis provisioning
- ๐ Email/Slack/Discord notifications
- ๐ Advanced log search and filtering
- and more
See the full roadmap (https://github.com/corecollectives/mist/blob/main/roadmap.md).
๐ Resources
- Docs: https://www.trymist.cloud/guide/getting-started.html
- Discord: https://discord.gg/kxK8XHR6
- Issues: https://github.com/corecollectives/mist/issues
๐ก Known Limitations
- No deployment rollback yet
- GitHub only (GitLab/Bitbucket planned)
- No Docker Compose support yet
๐ License
MIT License - see LICENSE (LICENSE) for details.
Ready to deploy? curl -fsSL https://trymist.cloud/install.sh | bash