Uvora: macOS Menu Bar App for Laravel Projects | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://www.msaied.com) [ Home ](https://www.msaied.com) [ Projects ](https://www.msaied.com/projects) [ Articles  ](https://www.msaied.com/articles) [ Certificates ](https://www.msaied.com/certificates) [ Contact ](https://www.msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://www.msaied.com) [ Projects ](https://www.msaied.com/projects) [ Articles ](https://www.msaied.com/articles) [ Certificates ](https://www.msaied.com/certificates) [ Contact ](https://www.msaied.com#contact-section) 

  [ home ](https://www.msaied.com)    [ articles ](https://www.msaied.com/articles)    Uvora: A macOS Menu Bar App for Finding Laravel Projects Instantly        On this page       1. [  What Is Uvora? ](#what-is-uvora)
2. [  How Uvora Works ](#how-uvora-works)
3. [  Editor Integration ](#editor-integration)
4. [  Local by Design ](#local-by-design)
5. [  System Requirements and Availability ](#system-requirements-and-availability)
6. [  Key Takeaways ](#key-takeaways)

  ![Uvora: A macOS Menu Bar App for Finding Laravel Projects Instantly](https://cdn.msaied.com/420/d2d0986454c99e23c21c45db66df26b7.png)

 [  Laravel ](https://www.msaied.com/articles?category=laravel) [  Open Source ](https://www.msaied.com/articles?category=open-source)  #macOS   #Laravel Tools   #Developer Productivity   #Menu Bar App   #SQLite  

 Uvora: A macOS Menu Bar App for Finding Laravel Projects Instantly 
====================================================================

     13 Jul 2026      3 min read    ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said  

       Table of contents

1. [  01   What Is Uvora?  ](#what-is-uvora)
2. [  02   How Uvora Works  ](#how-uvora-works)
3. [  03   Editor Integration  ](#editor-integration)
4. [  04   Local by Design  ](#local-by-design)
5. [  05   System Requirements and Availability  ](#system-requirements-and-availability)
6. [  06   Key Takeaways  ](#key-takeaways)

 What Is Uvora?
--------------

If you juggle multiple Laravel applications — client work, side projects, and packages you help maintain — you know how much time disappears just navigating to the right folder. [Uvora](https://uvora.dev/) is a free macOS menu bar app built specifically to solve that problem. Press **⌘⇧L**, type a project name, and open it in your editor. That is the entire workflow.

Uvora is built by Efekpogua Victory from Viqe Systems Ltd. and is currently at version 0.1.4 in public beta.

How Uvora Works
---------------

You point Uvora at the root folders where your Laravel projects live. It then builds a local index by reading the files that define a Laravel application:

- Routes
- Controllers
- Livewire components
- Eloquent models
- Migrations
- Config files
- Service providers
- Composer dependencies

Because searches hit the index rather than scanning the disk in real time, Uvora reports results in under 50 milliseconds.

You do not need to trigger a manual rescan. Uvora watches the folders it already knows about and picks up new projects automatically as you clone them.

### Editor Integration

When you select a project from the search results, Uvora opens it in your preferred editor. It detects whichever of the following editors you already have installed and respects the one you set as default:

- **VS Code**
- **Cursor**
- **PhpStorm**
- **Sublime Text**
- **Windsurf**

Local by Design
---------------

The index is stored in an SQLite file on your Mac. There is no account to create, no cloud sync, and no telemetry. The list of projects you work on never leaves your machine — a meaningful guarantee if you work under NDAs or exclusively in private repositories.

System Requirements and Availability
------------------------------------

Uvora requires **macOS 13 or later** and runs on both Apple Silicon and Intel Macs. Windows and Linux support is listed as coming soon.

The default keyboard shortcut to open the search window is **⌘⇧L**, though you can change it in preferences.

Key Takeaways
-------------

- Free with no paid tiers, currently in beta at v0.1.4
- Indexes routes, controllers, models, migrations, config, service providers, and Composer dependencies
- Sub-50 ms search results from a local SQLite index
- No account, no telemetry, no data leaves your machine
- Automatic project detection when you clone new repos
- Supports VS Code, Cursor, PhpStorm, Sublime Text, and Windsurf
- Requires macOS 13+; Windows and Linux support coming soon

You can download Uvora and learn more at [uvora.dev](https://uvora.dev/).

---

*Source: [Laravel News — Uvora: A macOS Menu Bar App for Finding Laravel Projects](https://laravel-news.com/uvora-a-macos-menu-bar-app-for-finding-laravel-projects)*

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.msaied.com%2Farticles%2Fuvora-a-macos-menu-bar-app-for-finding-laravel-projects-instantly&text=Uvora%3A+A+macOS+Menu+Bar+App+for+Finding+Laravel+Projects+Instantly) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.msaied.com%2Farticles%2Fuvora-a-macos-menu-bar-app-for-finding-laravel-projects-instantly) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  Does Uvora send any project data to the cloud?        No. Uvora stores its index in a local SQLite file on your Mac. There is no account to create, no cloud sync, and no telemetry, so your project list never leaves your machine. 

      Q02  Which editors does Uvora support?        Uvora detects and supports VS Code, Cursor, PhpStorm, Sublime Text, and Windsurf. It opens the selected project in whichever editor you set as your default. 

      Q03  Does Uvora require manual rescans when you clone new projects?        No. Uvora watches the folders you have configured and automatically picks up new Laravel projects as you clone them, with no manual rescan needed. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://www.msaied.com/articles) 

 [ ![DDD Value Objects and DTOs in Laravel Without the Bloat](https://cdn.msaied.com/450/41688537085b86f102fd8c219a35319f.png) laravel ddd php 

### DDD Value Objects and DTOs in Laravel Without the Bloat

Learn how to implement domain-driven value objects and data transfer objects in Laravel using PHP 8.3 readonly...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 21 Jul 2026     1 min read  

  Read    

 ](https://www.msaied.com/articles/ddd-value-objects-and-dtos-in-laravel-without-the-bloat) [ ![Laravel + Python FastAPI: Image OCR Demo](https://cdn.msaied.com/447/5f3d87146fbf19957973cbc88c6c0155.png) Laravel Python FastAPI 

### Laravel + Python FastAPI: Image OCR Demo

Learn how to call a Python image OCR script from Laravel using FastAPI as the bridge. This premium tutorial wa...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 20 Jul 2026     3 min read  

  Read    

 ](https://www.msaied.com/articles/laravel-python-fastapi-image-ocr-demo) [ ![Scaffold Laravel Packages with the `laravel package` Command in Installer v5.31.0](https://cdn.msaied.com/449/522e744d3c7bae1f214c179a83ae5b88.png) Laravel Installer Package Development CLI 

### Scaffold Laravel Packages with the `laravel package` Command in Installer v5.31.0

Laravel Installer v5.31.0 introduces a `laravel package` command to scaffold packages from the CLI, automated...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 20 Jul 2026     3 min read  

  Read    

 ](https://www.msaied.com/articles/scaffold-laravel-packages-with-the-laravel-package-command-in-installer-v5310) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://www.msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://www.msaied.com)
- [Projects](https://www.msaied.com/projects)
- [Articles](https://www.msaied.com/articles)
- [Certificates](https://www.msaied.com/certificates)
- [Contact](https://www.msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
