Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Vicinae – a native, Raycast-compatible launcher for Linux (github.com/vicinaehq)
69 points by aurellius 2 days ago | hide | past | favorite | 19 comments
Hi HN!

I’ve always been a fan of application launchers, and I was impressed by the approach the Raycast team took — especially their extension system. About six months ago I started building something similar for Linux, aiming to integrate deeply at the OS level and give extensions a lot of power.

Vicinae is written in C++ with Qt Widgets. I chose Widgets over QML for more imperative control of the UI, especially around extension handling. So far that’s worked well — modern C++ is great.

To support my goals I built a number of custom widgets, including a fully virtualized list that can efficiently render tens of thousands of items. That gave me a lot of respect for Qt — it’s a powerful framework that mostly stayed out of my way.

A key feature is support for Raycast extensions (React + TypeScript), most of which can be installed and used directly inside the launcher (though not all features are implemented yet). There’s also a native API package (@vicinae/api) for writing Vicinae-specific extensions with additional capabilities. This required writing a custom React reconciler — surprisingly straightforward, though still unpolished.

Like Raycast, Vicinae ships with powerful built-in modules, but the goal isn’t to make a clone. I want it to grow into its own project that fits the FOSS model better, while staying compatible with the Raycast ecosystem. I also plan to bring it to other OSes eventually.

I’d love feedback on the technical approach, and suggestions for what would make this useful to you. Contributions are very welcome — I’ve already been pleasantly surprised by how quickly people started helping.

Docs: https://docs.vicinae.com Repo: https://github.com/vicinaehq/vicinae





This is amazing and incredible. Thanks for this. Raycast is great, and there are not many good launchers on Linux unfortunately. Launchers are so important in my opinion to interact with the computer. I hope this project will change the situation on Linux.

thanks! I think so too. Easy extensibility is also a very important factor imo. I think React (declarative UI in general) has it good there.

never knew I wanted this until I saw it! this looks very fully featured and awesome, will keep in mind for the future

yeah. The general idea of having anything at a few keystrokes is the most amazing thing to me

Installation was easy, and it works as expected without interfering with i3 window controls.

However, the sole reason I'm keeping an eye out for raycast-compatible launchers is the ability to integrate the raindrop.io extension - which seems to be broken when used through Vicinae.

Maybe someone else running raindrop got it to work; "TypeError: Cannot read properties of undefined (reading 'subscribers')".


what version are you running? I'm currently working on improving extension support but yes, some are still in a broken state.

the newly released 0.9.4 should fix some of your issues.

Indeed it did. Hats off to you sir! Thanks for the update.


Yeah I know about this project, but I don't know how joining forces would go as the tech stack is entirely different.

This is actually very impressive - such a high quality project on technical level. I'll definitely dig into the source to see how the React & C++ widgets integration works as it looks like an interesting approach.

Thanks! Honestly a lot of the code you will find has very messy parts to it but that's mostly because I didn't get the time to make it any better yet

Any chance to compile it for macOS ARM?

not yet but that's the next target

Looks amazing, thank you - installing!

Installing (Arch btw), love the UI

thank you! (from a gentoo user, I guess that makes us cousins)

I love it! Incredible work!

this is crazy. nice job



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: