Top Related Projects
Quick Overview
Ueli is an open-source, cross-platform launcher for Windows and macOS. It provides a fast and customizable way to search for and launch applications, files, and perform various system actions through a simple keyboard-driven interface.
Pros
- Cross-platform compatibility (Windows and macOS)
- Highly customizable with themes and plugins
- Fast and efficient search capabilities
- Active development and community support
Cons
- Limited Linux support (not officially supported)
- May require some initial setup and configuration for optimal use
- Some advanced features may have a learning curve for new users
- Occasional performance issues reported on older hardware
Getting Started
To get started with Ueli:
- Download the latest release from the GitHub releases page.
- Install the application on your system.
- Launch Ueli and use the default hotkey (Alt + Space on Windows, Command + Space on macOS) to open the search bar.
- Start typing to search for applications, files, or perform actions.
- Customize Ueli by accessing the settings through the tray icon or by searching for "Ueli Settings" in the launcher.
For more detailed instructions and customization options, refer to the official documentation.
Competitor Comparisons
A fast and flexible keyboard launcher
Pros of Albert
- Written in C++ and Qt, potentially offering better performance
- More mature project with a larger community and longer development history
- Supports a wider range of Linux distributions out-of-the-box
Cons of Albert
- Limited to Linux platforms, lacking cross-platform support
- Less modern user interface compared to Ueli's sleek design
- Steeper learning curve for configuration and customization
Code Comparison
Albert (C++):
void MainWindow::show() {
QWidget::show();
if (QApplication::platformName() != "offscreen")
updatePosition();
}
Ueli (TypeScript):
public show(): void {
this.mainWindow.show();
this.mainWindow.focus();
this.mainWindow.setAlwaysOnTop(true);
}
Both projects implement a show()
method for their main window, but Albert's implementation includes platform-specific checks and position updates, while Ueli's focuses on window focus and always-on-top behavior.
A cross-platform launcher that simply works
Pros of Wox
- More extensive plugin ecosystem with a wider range of functionalities
- Supports both Python and C# for plugin development, offering greater flexibility
- Has a larger and more active community, potentially leading to faster issue resolution and feature updates
Cons of Wox
- Less frequent updates and maintenance compared to Ueli
- User interface may feel less modern and polished than Ueli's
- Slightly higher resource usage due to its broader feature set
Code Comparison
Wox (Python plugin example):
from wox import Wox
class HelloWorld(Wox):
def query(self, query):
return [{"Title": "Hello World", "SubTitle": "Query: {}".format(query)}]
if __name__ == "__main__":
HelloWorld()
Ueli (JavaScript plugin example):
module.exports = {
search: (input) => {
return [{
name: "Hello World",
description: `Query: ${input}`,
icon: "path/to/icon.png",
action: () => console.log("Action executed")
}];
}
};
Both Wox and Ueli offer powerful launcher functionalities, but they cater to slightly different user preferences. Wox provides a more extensive plugin ecosystem and development options, while Ueli focuses on a modern, streamlined experience with frequent updates. The choice between the two largely depends on the user's specific needs and preferred development environment.
A fast file search utility for Unix-like systems based on GTK3
Pros of fsearch
- Written in C, potentially offering better performance for file searching
- Designed specifically for file system searches, which may be more efficient for this use case
- Supports advanced search options like regular expressions and filtering by file type
Cons of fsearch
- Limited to file searching functionality, while ueli offers a broader range of features
- Less cross-platform compatibility (primarily focused on Linux)
- May have a steeper learning curve for users unfamiliar with command-line interfaces
Code Comparison
fsearch (C):
static void
fsearch_application_startup(GApplication *application)
{
FsearchApplication *self = FSEARCH_APPLICATION(application);
fsearch_window_new(self);
}
ueli (TypeScript):
export function startApp(): void {
const mainWindow = createMainWindow();
registerGlobalShortcuts(mainWindow);
initializePlugins();
loadUserSettings();
}
The code snippets show different approaches to application startup. fsearch uses a C-based GTK application structure, while ueli employs TypeScript with a more modular approach typical of Electron applications.
fsearch focuses on creating a search window, whereas ueli's startup process includes additional steps like registering shortcuts and initializing plugins, reflecting its broader functionality.
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Ueli
Ueli is a cross-platform keystroke launcher.
Installation
Please download Ueli only from the Microsoft Store, the Website https://ueli.app, or this repository.
Windows
Get the app from the Microsoft Store or install it with winget: winget install Ueli -s msstore
.
Optionally, you can also manually download and install the app from here, but note that, due to cost reasons, these binaries are not signed. Windows will prevent you from installing / opening the app.
macOS
Download and install the app from here. Note that, due to cost reasons, these binaries are neither signed nor notarized.
Because Ueli is neither signed nor notarized, macOS will prevent you from installing or opening the app. When you try to launch the app for the first time macOS will block it from opening. You can open the "System Settings", go to "Privacy & Security" and click on "Open anyway", see screenshot.
Linux
Download and install the app from here.
First steps
- When you launch the app for the first time the main window will show up and you can start typing for what you're looking for.
- Use the hotkey "Alt+Space" to show/hide Ueli.
- Use the arrow keys to navigate up and down in the search result list.
- Press "Enter" to launch the selected item.
- Press "Cmd+K" (macOS) or "Ctrl+K" (Windows, Linux) to open the additional actions of the selected search result item and use the arrow keys to navigate up and down in the menu. Press "Enter" to invoke the selected action. Press "Escape" to close the additonal action menu.
- To add a frequently used item to your favorites open the additional actions menu and click on "Add to Favorites". Now this item will appear always first in the search result list. To remove an item from your favorites open the additional actions and click on "Remove from favorites". Alternatively, you can also open the settings and go to "Favorites" to see all favorites. Click on the "x" icon to remove an item from your favorites.
- Press "Cmd+," (macOS) or "Ctrl+," (Windows, Linux) or click on the "Settings" button to open the settings. Here you can configure Ueli to your liking.
- To browse the extensions click on "Extensions" in the left navigation. Toggle the switch to enable/disable an extension. As soon as an extension is enabled an additional item will appear in the left navigation where you will find the settings for that specific extension. You'll find more info about the extensions here.
Debugging
If something does not work as expected, go to "Settings" and click on "Debug".
Here you might find some logs that help find the issue.
Settings
â ï¸ Under construction...
Extensions
- Appearance Switcher
- Application Search
- Base64 Conversion
- Browser Bookmarks
- Calculator
- Color Converter
- Currency Conversion
- Custom Web Search
- DeepL Translator
- File Search
- JetBrains Toolbox
- Password Generator
- Simple File Search
- System Commands
- System Settings
- Terminal Launcher
- Ueli Commands
- UUID / GUID Generator
- Visual Studio Code
- Web Search
- Windows Control Panel
Known issues
Linux
Global hotkeys may not work under Wayland sessions. As a workaround, bind a custom shortcut in your system settings to call ueli
to show and focus the main window, or ueli --toggle
to toggle the main window.
Development
Please read the contribution guidelines first.
Requirements
- Node.js v20: https://nodejs.org/en
- Make sure you have commit signing enabled
- Optional: if you're using Visual Studio Code we recommend installing the recommended extensions
Setup
-
Install dependencies
$ npm install
Running the app
-
Run app in dev mode
$ npm run dev
Debugging
If you're using Visual Studio Code, you can start the debugger for the main process, see screenshot:
Quality checks
-
Check formatting
$ npm run prettier:check
-
Format the code
$ npm run prettier:write
-
Lint files
$ npm run lint
-
Perform typecheck
$ npm run typecheck
-
Run tests
$ npm run test
Build and package the app
-
Build
$ npm run build
-
Package
$ npm run package
Top Related Projects
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot