A fast application launcher and window switcher for Linux Wayland, built with GPUI.
Demo video
zlaunch.mp4
- Application launching — Fuzzy search through desktop entries with icons
- Window switching — Switch between open windows (Hyprland, Niri, KWin)
- Calculator — Evaluate math expressions and copy the result to clipboard
- Web search — Search Google, DuckDuckGo, Wikipedia, YouTube, and more
- Emoji picker — Searchable emoji grid
- Clipboard history — Browse and paste from clipboard history
- AI mode — Query local or cloud LLMs with streaming responses
- Theming — 15 bundled themes plus custom theme support
- Daemon architecture — Runs in the background for instant response
Available on the AUR as zlaunch-bin or zlaunch-git.
{
inputs = {
zlaunch.url = "github:zortax/zlaunch/0.5.0";
};
}The package is available as zlaunch.packages.${pkgs.system}.default. A Home
Manager module is available as zlaunch.homeManagerModules.default (for
details see Installation Instructions).
cargo build --releaseIf you have Nix installed, you can use nix develop for a preconfigured dev
shell with all dependencies.
zlaunch # Start the daemon
zlaunch toggle # Toggle the launcher (bind this to a key)See the documentation for configuration, theming, keybindings, and more.
MIT
