| Crates.io | elbey |
| lib.rs | elbey |
| version | 0.5.0 |
| created_at | 2025-01-26 22:01:12.122595+00 |
| updated_at | 2025-09-15 02:59:30.636986+00 |
| description | A desktop app launcher focusing on simplicity and speed |
| homepage | |
| repository | https://github.com/kgilmer/elbey |
| max_upload_size | |
| id | 1531815 |
| size | 213,344 |
elbeyA basic desktop app launcher implemented in Rust on the iced UI framework for Linux. This project is intentionally simple and "low abstraction" to aid in discovery and experimentation (also known as "fun"). Upon launch, the program lists all of the locally installed desktop apps with a filter widget set above. To launch, hit enter on the selected item, or use the mouse.
The application is functional in that desktop apps can be launched from the dialog. There is no caching, modes, persistent memory, custom theming, or other fancy features. But, you can add them yourself if you want!
Things that might be fun to add to ebley:
There are a few unit tests that exercise some basic functions.
The rustdoc is available here: https://kgilmer.github.io/elbey
Elbey is only distributed via source here.
cargo build --release
./target/release/elbey
cargo install --path .
which elbey # where cargo installed the binary
This program was inspired by the friendly docs of iced itself, other desktop app launchers such as pop-launcher and onagre, gauntlet, iced_launcher, and the greater Rust desktop cohort. Of course the venerable rofi must also be mentioned.
Project logo was created by Mira Gilmer.