Skip to content

Releases: trymist/Mist

v1.0.4

20 Jan 16:32

Choose a tag to compare

Changes:

  • internal: changed to gorm #110
  • feature: stop deployment #117
  • fix: update env issue
  • internal: db tests #116

V1.0.3

11 Jan 19:18
3997eea

Choose a tag to compare

changes:

  • fix: infinite loading when log file not found #99
  • feat: deployment cleanup in each startup #92
  • enhc: new better logs ui #102
  • internal: go-git instead of raw git commands #100
  • internal: moby sdk instead of raw docker commands #102

v1.0.2

31 Dec 15:17

Choose a tag to compare

patch:

  • owner email as let's encrypt email on the time of signup
  • docker container stats for individual apps

๐ŸŽ‰ Mist v1.0.0 - First Release

24 Dec 12:37

Choose a tag to compare

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! โญ

v1.0.1

27 Dec 10:54

Choose a tag to compare

patch:

  • fix update issues
  • add versioning in dashboard
  • utilize git_clone_url field for apps for future integration of more git_providers