{"id":13484734,"url":"https://github.com/rgwood/systemctl-tui","last_synced_at":"2026-04-01T20:44:42.184Z","repository":{"id":189634919,"uuid":"679066208","full_name":"rgwood/systemctl-tui","owner":"rgwood","description":"A fast, simple TUI for interacting with systemd services and their logs","archived":false,"fork":false,"pushed_at":"2026-03-24T04:22:04.000Z","size":479,"stargazers_count":1807,"open_issues_count":13,"forks_count":49,"subscribers_count":11,"default_branch":"master","last_synced_at":"2026-03-25T03:38:32.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgwood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-08-16T03:02:09.000Z","updated_at":"2026-03-24T21:30:33.000Z","dependencies_parsed_at":"2023-12-17T03:25:07.842Z","dependency_job_id":"2a9d29e7-48dd-41de-a71e-158f45102bde","html_url":"https://github.com/rgwood/systemctl-tui","commit_stats":null,"previous_names":["rgwood/systemctl-tui"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/rgwood/systemctl-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgwood%2Fsystemctl-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgwood%2Fsystemctl-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgwood%2Fsystemctl-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgwood%2Fsystemctl-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgwood","download_url":"https://codeload.github.com/rgwood/systemctl-tui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgwood%2Fsystemctl-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:01:31.971Z","updated_at":"2026-04-01T20:44:42.176Z","avatar_url":"https://github.com/rgwood.png","language":"Rust","funding_links":[],"categories":["Rust","\u003ca name=\"system\"\u003e\u003c/a\u003eSystem tools","💻 Apps"],"sub_categories":["👨‍💻 System Administration"],"readme":"# systemctl-tui\n\n[![Crates.io](https://img.shields.io/crates/v/systemctl-tui.svg)](https://crates.io/crates/systemctl-tui)\n\nA fast, simple TUI for interacting with [systemd](https://en.wikipedia.org/wiki/Systemd) services and their logs.\n![Screenshot from 2025-01-23 21-44-31](https://github.com/user-attachments/assets/caac6034-d4e3-4c54-8163-24a8a6d39cb4)\n\n`systemctl-tui` can quickly browse service status and logs, start/stop/restart/reload services, and view/edit unit files. It aims to do a small number of things well.\n\n## Install\n\nNote: this project only works on Linux (WSL works _if_ you [have systemd enabled](https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/)). Binaries are published for x64 and ARM64 in the [GitHub releases](https://github.com/rgwood/systemctl-tui/releases), and [distro packages](#distro-packages) are available.\n\n### Binary Release\n\nAutomated install/update (don't forget to always verify what you're piping into bash):\n\n```sh\ncurl https://raw.githubusercontent.com/rgwood/systemctl-tui/master/install.sh | bash\n```\nThe script installs the downloaded binary to `$HOME/.local/bin` by default, but it can be changed by setting the `DIR` environment variable.\n\n### Rust\n\nIf you'd rather build from scratch you will need [Rust installed](https://rustup.rs/). Then either:\n\n1. Run `cargo install systemctl-tui --locked`\n2. Clone the repo and run `cargo build --release` to get a release binary at `target/release/systemctl-tui`\n\n### Distro Packages\n\n\u003cdetails\u003e\n  \u003csummary\u003ePackaging status\u003c/summary\u003e\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/systemctl-tui.svg)](https://repology.org/project/systemctl-tui/versions)\n\n\u003c/details\u003e\n\n#### Arch Linux\n\n`systemctl-tui` can be installed from the [official repositories](https://archlinux.org/packages/extra/x86_64/systemctl-tui/):\n\n```sh\npacman -S systemctl-tui\n```\n\n#### Nix\n\n[A Nix package](https://search.nixos.org/packages?query=systemctl-tui) is available and can be installed as follows:\n\n```sh\nnix-shell -p systemctl-tui\n```\n\n#### Optional:\n\n1. Alias `systemctl-tui` to `st` for quick access\n2. Create a symlink so `systemctl-tui` can be used with sudo:\n\n```sh\nsudo ln -s ~/.cargo/bin/systemctl-tui /usr/bin/systemctl-tui\n```\n\n## Help\n![image](https://github.com/rgwood/systemctl-tui/assets/26268125/b1b49850-61c4-4667-9110-20a34f917055)\n\n## Credits\n\n- Inspired by the truly wonderful [Lazygit](https://github.com/jesseduffield/lazygit)\n- [`sysz`](https://github.com/joehillen/sysz) is so cool\n- Used [`ratatui-template`](https://github.com/kdheepak/ratatui-template/) to get started\n- systemd code partially taken from [`servicer`](https://github.com/servicer-labs/servicer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgwood%2Fsystemctl-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgwood%2Fsystemctl-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgwood%2Fsystemctl-tui/lists"}