Run for Linux brings the familiar Windows 10 "Run" dialog (Ctrl+R) to Linux! This lightweight utility lets you quickly launch applications, open files, or execute commands directly from a simple, keyboard-friendly interface. Designed for Linux users who miss the snappy Windows Run experience or want a fast way to interact with their system.
- Quick Launch: Open apps, files, or directories with a single command.
- Keyboard-Driven: Trigger the dialog with Ctrl+R, just like Windows. - Lightweight: Minimal resource usage, perfect for any Linux distro.
- Customizable: Configure shortcuts or extend functionality to suit your workflow.
- Clone the repository:
git clone https://github.com/Linux-jam/run-for-linux.git - Navigate to the project directory:
cd run-for-linux
- Run the main script:
python3 run.py - Press
Ctrl+Rto open the Run dialog. - Type a command, app name, or file path (e.g.,
firefox,~/Documents, orls -la). - Hit
Enterto execute!
We welcome contributions! Whether it's adding features, fixing bugs, or translating documentation, here's how to get started:
- Fork the repo.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m "Add your feature"). - Push to your branch (
git push origin feature/your-feature). - Open a Pull Request.
Check out our Issues page for tasks or to report bugs.
Want to help make Run for Linux accessible to more users? We're looking for volunteers to translate this README and other docs into other languages (e.g., Japanese, Spanish, etc.). If you're interested, comment on our Translation Issue or reach out!
This project is licensed under the GPL 3.0.
Got questions or ideas? Open an issue or connect with us on it!
© 2025 Linux-jam