An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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

1
2
4
3
11
10
9
8
7
6
5

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).