https://github.com/cruise-org/cruise
Cruise is a powerful, intuitive, and fully-featured TUI (Terminal User Interface) for managing containers. Built with Go and Bubbletea, it offers a visually rich, keyboard-first experience for managing containers, images, volumes, networks, logs and more — all from your terminal.
https://github.com/cruise-org/cruise
containerization docker term terminal-based terminal-ui tui
Last synced: 2 months ago
JSON representation
Cruise is a powerful, intuitive, and fully-featured TUI (Terminal User Interface) for managing containers. Built with Go and Bubbletea, it offers a visually rich, keyboard-first experience for managing containers, images, volumes, networks, logs and more — all from your terminal.
- Host: GitHub
- URL: https://github.com/cruise-org/cruise
- Owner: cruise-org
- License: apache-2.0
- Created: 2025-07-23T18:09:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T14:56:43.000Z (3 months ago)
- Last Synced: 2026-03-19T23:22:29.479Z (3 months ago)
- Topics: containerization, docker, term, terminal-based, terminal-ui, tui
- Language: Go
- Homepage: https://cruise-org.github.io/
- Size: 37.9 MB
- Stars: 169
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Roadmap: ROADMAP.md
- Maintainers: MAINTAINERS.md
Awesome Lists containing this project
- awesome-tuis - cruise
README
# Cruise – Container Management Client
> Terminal UI for managing containers with style and speed.
**Cruise** is a powerful, intuitive, and fully-featured TUI (Terminal User Interface) for interacting with Containers. Built with Go and [Bubbletea](https://github.com/charmbracelet/bubbletea), it offers a visually rich, keyboard-first experience for managing containers, images, volumes, networks, logs and more — all from your terminal.
## Screenshots & Usage
Screenshots

Once [installed](#installation). You can run the app with `cruise`.
## Description
Ever felt that CLI's for containerization tools are too lengthy or limited? Find yourself executing commands again and again for simple things? Wrote multiline commands just for a typo to ruin it? Well... Fret no more. Cruise - Is a TUI Container Management Client, fitting easily in your terminal-first dev workflow, while making repetitive work easy and interactive.
> How is _cruise_ different from existing solutions?
Existing applications are limited in what they do, they serve as mostly a monitoring service, _not_ a management service let alone a Client.
With Cruise you can:
- Manage Lifecycles of Containers, Images, Volumes, Networks.
- Have a centralized Monitoring service
- Scan images for vulnerabilities
- Get Detailed view on Docker Artifacts
- and more to come!
**NOTE**: Although cruise currently only supports docker, through some more refactor and expansion we plan to expand the scope of cruise to support multiple containerization tools and also several other QoL features.
### Tech Stack
- **Go** – High performance, robust concurrency
- **Bubbletea** – Elegant terminal UI framework
- **Charm ecosystem** – [Lipgloss](https://github.com/charmbracelet/lipgloss), [Bubbles](https://github.com/charmbracelet/bubbles), [Glamour](https://github.com/charmbracelet/glamour)
- **Docker SDK for Go** – Deep Docker integration
- **Trivy / Grype** – Vulnerability scanning
- **Viper** – Configuration management
## Future Plans
Please check out the roadmap [here](ROADMAP.md).
### Expected Growth Plan
- Support multiple popular containerization tools
- Special Support for Docker Compose.
- Support Managing Compose Lifecycles
- Compose Editing
- and more...
- Support Advanced Image Manipulation.
- Advanced Monitoring Support
- Notifications/Alerts
- A standalone/integrated daemon service for live log/monitoring
- Registry & Image Build Configuration
- Harbor Support?
- Support for Container Orchestration tools
**This list is just specs I can list from the top of my head, actual integration and selection will vary.**
## Installation
Refer to the installation docs [here](https://cruise-org.github.io/install).
## Contributing
Please check out [CONTRIBUTING.md](CONTRIBUTING.md) for more.
## License
MIT License – see [LICENSE](LICENSE) for details.
## Credits
Built by [Nucleo](https://github.com/NucleoFusion).
Inspiration and Advice from [SourcewareLab](https://github.com/SourcewareLab).
Special Thanks to [Hegedus Mark](https://github.com/hegedus-mark) and [Mongy](https://github.com/A-Cer23).