https://github.com/Ulauncher/Ulauncher
Feature rich application Launcher for Linux
https://github.com/Ulauncher/Ulauncher
gtk launcher linux python
Last synced: about 1 month ago
JSON representation
Feature rich application Launcher for Linux
- Host: GitHub
- URL: https://github.com/Ulauncher/Ulauncher
- Owner: Ulauncher
- License: other
- Created: 2015-05-10T08:44:08.000Z (almost 10 years ago)
- Default Branch: v6
- Last Pushed: 2024-04-27T20:14:30.000Z (12 months ago)
- Last Synced: 2024-04-27T20:46:31.859Z (12 months ago)
- Topics: gtk, launcher, linux, python
- Language: Python
- Homepage: https://ulauncher.io
- Size: 8.36 MB
- Stars: 3,397
- Watchers: 50
- Forks: 187
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- stars - Ulauncher/Ulauncher
- awesome-list - Ulauncher
- awesome-starred - Ulauncher/Ulauncher - Feature rich application Launcher for Linux (linux)
- definitive-opensource - Ulauncher
- awesomeLibrary - Ulauncher
README
[](https://stand-with-ukraine.pp.ua)
[](https://github.com/psf/black)
#### ⚠️ This is the branch for the unreleased [v6](https://github.com/Ulauncher/Ulauncher/issues/869) release. If you want the v5 branch version, go [here](https://github.com/Ulauncher/Ulauncher/tree/v5).
We are currently working on Ulauncher v6, which is a huge rewrite. Until then we're only supporting the existing functionality in v5. No new features or improvements.We are making pre-releases for Ulauncher 6, but the new extension API is not yet 100% set and further major changes may come.
[Application Launcher for Linux 🐧](https://ulauncher.io)
================================Ulauncher is a fast application launcher for Linux. It's written in Python using GTK+, and features: App Search (fuzzy matching), Calculator, [Extensions](https://ext.ulauncher.io/), Shortcuts, File browser mode and [Custom Color Themes](https://docs.ulauncher.io/en/stable/themes/themes.html)
| App Search | File Browser | Color Themes |
---|---|---
||||For more info or download links see [ulauncher.io](https://ulauncher.io)
### Run Ulauncher on startup
If your distribution uses [Systemd](https://www.freedesktop.org/wiki/Software/systemd/) and the packages includes [ulauncher.service](ulauncher.service), then you can run `ulauncher` on startup by running:
```
systemctl --user enable --now ulauncher
```If not, then you can open Ulauncher and enable "Launch at Login" in the preferences.
### Troubleshooting
Please read our [Troubleshooting](https://github.com/Ulauncher/Ulauncher/discussions/categories/troubleshooting) discussion category if you run into issues, and also check our other discussions and issues if you still need help after this.
### Code Contributions
Please see our [Code Contributions](CONTRIBUTING.md) documentation.
| Project | Contributor-friendly Issues |
---|---
| Ulauncher App | [](https://github.com/Ulauncher/Ulauncher/labels/contributor-friendly)
[](https://github.com/Ulauncher/Ulauncher/labels/Python)
[](https://github.com/Ulauncher/Ulauncher/labels/VueJS)
[](https://github.com/Ulauncher/Ulauncher/labels/Linux)|
| [Frontend for extensions website](https://github.com/Ulauncher/ext.ulauncher.io)
Uses ReactJS | [](https://github.com/Ulauncher/ext.ulauncher.io/labels/contributor-friendly)|
| [API for extensions website](https://github.com/Ulauncher/ext-api.ulauncher.io)
Uses Python and bottle library | [](https://github.com/Ulauncher/ext-api.ulauncher.io/labels/contributor-friendly)|### License
See the [LICENSE](LICENSE) file for license rights and limitations (GNU GPL v3.0).