daskladas/nixmate
{ "createdAt": "2026-02-04T13:57:50Z", "defaultBranch": "main", "description": "All your NixOS tools in one TUI — generations, rebuilds, services, errors, and more.", "fullName": "daskladas/nixmate", "homepage": "", "language": "Rust", "name": "nixmate", "pushedAt": "2026-02-16T17:03:03Z", "stargazersCount": 67, "topics": [], "updatedAt": "2026-03-10T13:48:22Z", "url": "https://github.com/daskladas/nixmate"}nixmate
Section titled “nixmate”
All your NixOS tools in one TUI.
10 modules · 13 themes · EN/DE · works over SSH
NixOS is powerful, but managing it means juggling nix-env, nixos-rebuild,
nix search, systemctl, nix-collect-garbage, and a dozen other commands —
each with different flags, output formats, and gotchas. nixmate replaces that
workflow with one keyboard-driven tool that works the same on your desktop,
your server, and over SSH.
Install
Section titled “Install”# Try it instantlynix run github:daskladas/nixmate
# Or add to your flakeinputs.nixmate.url = "github:daskladas/nixmate";# Then add inputs.nixmate.packages.${system}.default to your systemPackages
# Or build from sourcegit clone https://github.com/daskladas/nixmate.git && cd nixmatenix develop && cargo runModules
Section titled “Modules”Every module opens with an intro page explaining what it does and how to use it. Press Enter to dive in.
| Key | Module | What it does |
|---|---|---|
1 | Generations | Browse, diff, delete, pin, restore generations. Side-by-side package comparison. |
2 | Error Translator | Paste a Nix error, get a human explanation + fix. 50+ patterns. AI fallback (Claude/OpenAI/Ollama). |
3 | Services & Ports | Systemd + Docker + Podman in one view. Port mapping. Start/stop/restart. Live logs. |
4 | Storage | Disk dashboard. Store breakdown (live/dead paths). GC, optimize, full clean. |
5 | Config Showcase | Auto-generate a system poster + config architecture diagram as SVG. |
6 | Options Explorer | search.nixos.org in your terminal. Fuzzy search, tree browsing, current values vs defaults. |
7 | Rebuild | Live nixos-rebuild dashboard. 5-phase progress. Post-build diff. |
8 | Flake Inputs | Selective per-input updates. No more all-or-nothing nix flake update. |
9 | Package Search | Fuzzy search across 100k+ packages. Install status. Auto-detects Flakes vs Channels. |
0 | Nix Doctor | Health score 0-100. Automated checks with one-click fixes. |
Pipe mode
Section titled “Pipe mode”nixos-rebuild switch 2>&1 | nixmate # auto-analyze build errorsnix build .#foo 2>&1 | nixmate # works with any nix commandKeybindings
Section titled “Keybindings”| Key | Action |
|---|---|
1-9, 0 | Switch module |
[ / ] | Previous / next sub-tab |
j / k | Navigate |
g / G | Top / bottom |
Enter | Select / confirm |
/ | Search / filter |
r | Refresh data |
, | Settings |
? | Help |
q | Quit |
Configuration
Section titled “Configuration”~/.config/nixmate/config.tomltheme = "gruvbox" # 13 themes availablelanguage = "english" # english, germanlayout = "auto" # auto, sidebyside, tabsonlynixpkgs_channel = "auto" # auto-detect or manual override
# AI fallback for unknown errors (optional)ai_enabled = falseai_provider = "claude" # claude, openai, ollamaai_api_key = ""ollama_url = "http://localhost:11434"ollama_model = "llama3"Everything can also be changed from the Settings panel (,) inside the TUI.
Themes: Gruvbox · Nord · Catppuccin · Dracula · Tokyo Night · Rosé Pine · Everforest · Kanagawa · Solarized Dark · One Dark · Monokai · Hacker · Transparent
Languages: English · Deutsch
Known Issues
Section titled “Known Issues”Working on fixes for these — feedback welcome.
- Generations: UI freezes during package loading (blocking I/O in main thread). Fix planned for v0.7.4.
- Generations: Packages and Diff tabs may show empty content depending on system configuration.
Custom config paths outside /etc/nixos are now supported — set your path in Settings → Paths.
Contributing
Section titled “Contributing”Issues, PRs, themes, error patterns, translations — everything welcome.
git clone https://github.com/daskladas/nixmate.gitcd nixmate && nix develop && cargo runSee [docs/]!(docs/) for user guides and developer documentation.
AI Disclosure
Section titled “AI Disclosure”This project uses AI-assisted development. All code is reviewed, tested, and maintained by a human.
License
Section titled “License”MIT — see [LICENSE]!(LICENSE)
Made with ♥ by daskladas