systemctl-tui: A Fast TUI for systemd Services and Logs
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
systemctl-tui is a fast and simple Text User Interface (TUI) designed for interacting with systemd services and their logs. Written in Rust, it allows users to quickly browse service status, view logs, and manage services like starting, stopping, or restarting them, all from a convenient terminal interface.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
systemctl-tui offers a fast and intuitive Text User Interface (TUI) for managing systemd services and reviewing their logs. Developed in Rust, this utility aims to simplify common system administration tasks by providing a streamlined, interactive terminal experience. It allows users to efficiently browse service statuses, view real-time logs, and perform actions such as starting, stopping, restarting, or reloading services, as well as viewing and editing unit files.
Installation
systemctl-tui is primarily designed for Linux environments, though it can function on WSL if systemd is enabled. Multiple installation methods are available:
Binary Release
For a quick setup, you can use the automated install script. Always verify scripts before piping them into your shell:
curl https://raw.githubusercontent.com/rgwood/systemctl-tui/master/install.sh | bash
By default, the script installs the binary to $HOME/.local/bin. You can change this by setting the DIR environment variable.
From Source (Rust)
If you prefer to build from source, ensure you have Rust installed. Then, choose one of the following:
- Run
cargo install systemctl-tui --locked - Clone the repository and build:
git clone https://github.com/rgwood/systemctl-tui.git cd systemctl-tui cargo build --releaseThe release binary will be located at
target/release/systemctl-tui.
Distro Packages
systemctl-tui is also available through various distribution package managers:
- Arch Linux: Install from the official repositories:
sudo pacman -S systemctl-tui - Nix: A package is available and can be installed with:
nix-shell -p systemctl-tui
Optional Setup
Consider these optional steps for enhanced usability:
- Alias
systemctl-tuitostfor quicker access. - Create a symlink to use
systemctl-tuiwithsudo:sudo ln -s ~/.cargo/bin/systemctl-tui /usr/bin/systemctl-tui
Examples
systemctl-tui provides a comprehensive, interactive view of your systemd services. Upon launch, it presents a list of services, their current status, and allows for easy navigation. Users can select a service to view its detailed status and real-time logs in a dedicated panel. The interface supports common actions like starting, stopping, restarting, and reloading services with simple keybindings. It also facilitates viewing and editing the underlying unit files, making it a powerful tool for quick diagnostics and configuration adjustments. The integrated help screen, accessible within the TUI, clearly outlines all available commands and shortcuts.
Why Use It
For anyone regularly interacting with systemd services, systemctl-tui offers significant advantages over the traditional command-line systemctl utility. Its TUI provides an immediate visual overview of service statuses, eliminating the need to repeatedly type commands. The ability to view live logs, manage services, and edit unit files from a single, responsive interface greatly enhances productivity and simplifies troubleshooting. Written in Rust, it benefits from excellent performance and reliability, making it a robust addition to any Linux administrator's toolkit.
Links
- GitHub Repository: https://github.com/rgwood/systemctl-tui
- Crates.io: https://crates.io/crates/systemctl-tui
- GitHub Releases: https://github.com/rgwood/systemctl-tui/releases
- Repology Packaging Status: https://repology.org/project/systemctl-tui/versions
Related repositories
Similar repositories that may be relevant next.

vibe-kanban-local: A Self-Contained Kanban for AI Coding Agents
September 8, 2026
vibe-kanban-local is a robust, local-only fork of the original BloopAI/vibe-kanban project, maintained after its upstream sunset. It provides a self-contained, single-user kanban board, allowing developers to integrate over ten different AI coding agents directly into their workflow without any cloud dependencies or logins. This tool is ideal for enhancing productivity with AI assistance in a private, offline environment.

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration
September 6, 2026
Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.

AgentFS: The Filesystem Designed for AI Agents and Their State Management
September 5, 2026
AgentFS is an innovative filesystem specifically engineered for AI agents, providing robust storage abstractions. It leverages SQLite to offer auditability, reproducibility, and portability for agent states, tool calls, and file operations. This solution simplifies debugging, analysis, and deployment of AI agents by encapsulating their entire runtime into a single, queryable database file.

ADK-Rust: Build AI Agents in Rust with a Powerful Development Kit
September 1, 2026
ADK-Rust is a robust Agent Development Kit (ADK) for building AI agents in Rust. It offers a flexible framework with modular components for models, tools, memory, and real-time voice capabilities. Designed to be model-agnostic and deployment-agnostic, ADK-Rust empowers developers to create powerful and efficient AI agents.
Source repository
Open the original repository on GitHub.
17 counted GitHub visits