Skip to content

๐ŸŽ‰ Mist v1.0.0 - First Release

Choose a tag to compare

@07CalC 07CalC released this 24 Dec 12:37
· 151 commits to main since this 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

๐Ÿ’ก 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

Star the repo to follow development! โญ