A fast, keyboard-driven system utility launcher built with Go and Bubbletea.
Summon it with a global hotkey, fuzzy-search your apps and projects, manage packages, install fonts, tweak settings — all from a themed terminal popup.
- Global hotkey (Win+Space) to summon/dismiss
- Fuzzy search for apps and projects
- Package management — install, remove, update (custom winget integration on Windows)
- Nerd Font management — install/remove 71 fonts via oh-my-posh
- Web app creation — Chrome/Edge PWA shortcuts with dashboard icons (Windows)
- WSL management — launch, install, remove distros (Windows)
- System settings — quick access to audio, Wi-Fi, Bluetooth, display, power, timezone
- 10 built-in themes — Catppuccin Mocha, Gruvbox, Tokyo Night, Nord, Dracula, and more
- Cross-platform — Windows, Linux, macOS
irm https://raw.githubusercontent.com/Nulifyer/karchy/main/.scripts/install.ps1 | iexcurl -fsSL https://raw.githubusercontent.com/Nulifyer/karchy/main/.scripts/install.sh | bashgo build -ldflags "-s -w" -o karchy .
./karchy installirm https://raw.githubusercontent.com/Nulifyer/karchy/main/.scripts/uninstall.ps1 | iexcurl -fsSL https://raw.githubusercontent.com/Nulifyer/karchy/main/.scripts/uninstall.sh | bash| Command | Description |
|---|---|
karchy |
Launch the TUI |
karchy daemon start |
Start the background daemon (hotkey listener + tray icon) |
karchy daemon stop |
Stop the daemon |
karchy install |
Register startup, install dependencies, start daemon |
karchy uninstall |
Remove startup registration and config |
karchy update self |
Update to the latest release |
karchy version |
Print version |
Config file: ~/.config/karchy/config.toml (Linux/macOS) or %APPDATA%\karchy\config.toml (Windows)
[hotkey]
toggle = "Super+Space"
[appearance]
font_family = "CaskaydiaMono NF"
font_size = 13.0
[theme]
name = "catppuccin-mocha"
[terminal]
app = "alacritty"
[projects]
editor = "code"| Theme | |
|---|---|
| catppuccin-mocha | Default |
| gruvbox-dark | |
| tokyo-night | |
| nord | |
| dracula | |
| solarized-dark | |
| one-dark | |
| rose-pine | |
| everforest-dark | |
| kanagawa |
- Alacritty — terminal emulator (provides borderless themed window chrome)
- oh-my-posh — Nerd Font installer (Windows only, optional)