Keystroke launcher for Windows and macOS
Go to file
2024-09-19 03:04:14 -07:00
.github Add XML parser (#1199) 2024-09-13 10:13:12 +02:00
.vscode Added vitest explorer to recommended vscode extensions 2024-04-16 22:16:04 +02:00
assets feat: added simple file search extension (#1194) 2024-09-11 20:18:42 +02:00
build Upgrades eslint to v9 and typescript-eslint to v8 2024-08-09 15:40:31 +02:00
docs Adjust how Jetbrains Toolbox extension loads projects (#1200) 2024-09-13 19:35:24 +02:00
src Fixed Core Dependency bootstrap order 2024-09-19 03:04:14 -07:00
.gitattributes Added gitattributes 2024-02-13 23:00:07 +01:00
.gitignore chore: move back to npm due to multiple pnpm complications 2024-07-08 20:08:58 +02:00
.prettierrc Updated linting and formatting rules 2024-02-26 10:00:39 +01:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2024-02-26 09:41:40 +01:00
CONTRIBUTING.md Add more details to contribution guidelines 2024-08-16 11:47:16 +02:00
electron-builder.config.js Upgrades eslint to v9 and typescript-eslint to v8 2024-08-09 15:40:31 +02:00
eslint.config.mjs Prevent empty constructors 2024-09-02 07:56:09 +02:00
LICENSE Beta ueli react 2 2023-06-08 06:50:42 +02:00
package-lock.json Updated electron to 32.1.0 2024-09-16 14:33:00 +02:00
package.json Updated electron to 32.1.0 2024-09-16 14:33:00 +02:00
PRIVACY_STATEMENT Added privacy statement 2024-06-21 14:13:17 +02:00
README.md Updated readme 2024-09-11 21:06:14 +02:00
tsconfig.node.json Upgraded to vite 5 2024-01-09 14:35:35 +01:00
tsconfig.renderer.json Simplified extension cliend code organization 2024-01-16 16:50:00 +01:00
vite.config.mts Upgraded vite and vitest dependencies 2024-07-09 11:22:12 +02:00

Ueli

Ueli is a cross-platform keystroke launcher.

Screenshot Dark Windows

Installation

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. Please download Ueli only from the Website https://ueli.app or this repository.

image

Linux

Download and install the app from here.

Development

Check out the wiki.