Live data from Hacker News

Show HN: A Raycast-compatible launcher for Linux

github.com

1–10 of 62 posts

Show HN: A Raycast-compatible launcher for Linux

#1
Hey HN!

I'm a huge fan of Raycast, but as a Linux user, I was always disappointed it wasn't available on my main OS. This summer, I decided to just build it myself. This project has the goal of being interoperable with Raycast itself, including a majority of the extensions.

It's built with Tauri and Rust on the backend, with a Svelte frontend. The biggest challenge was getting it to run existing Raycast extensions, which required building a custom React renderer as well as making a custom API.

I also wrote a quick post, which I hope to expand on in the future, about this project. You can find it here: https://byteatatime.dev/posts/recreating-raycast

The project is still very rough, but I'm sharing it now to get any feedback you may have!

Show HN: A Raycast-compatible launcher for Linux
github.com

Re: Show HN: A Raycast-compatible launcher for Linux

#3
post #2

I don't really see any value in such combines. You want some calculation? Run calc and do the calculation, do you save so much time by replacing the "run calc" step with "open launcher" that it's worth adding more software to your setup?

Plenty of people appear to disagree.

Re: Show HN: A Raycast-compatible launcher for Linux

#5
From wikipedia

> Raycast is an application launcher and productivity software developed for macOS and by Raycast Technologies Ltd. It offers fast access to applications, dictionaries, files, text snippets, clipboard, and more.[2] Raycast is an alternative to the macOS's built-in Spotlight function, with a richer interface and the option to install extensions, providing additional ways to display varied content.[3]

Re: Show HN: A Raycast-compatible launcher for Linux

#7
post #2

I don't really see any value in such combines. You want some calculation? Run calc and do the calculation, do you save so much time by replacing the "run calc" step with "open launcher" that it's worth adding more software to your setup?

Have you ever tried a launcher as powerful as Raycast? I can only recommend it. I use it for quick calculations, currency conversions, file lookups, translations, looking up http status codes, joining meetings, finding emojis, quickly checking my calendar, etc. etc. – so, perhaps a singular function might not warrant a launcher, but the sum of functions and keyboard-centric UI make it very valuable for me in my daily workflows.

Re: Show HN: A Raycast-compatible launcher for Linux

#10

Raycast will either hire you or send you a cease-and-desist order. Either way, I would change the name now.

Fair point! I've actually thought about that before; I've tried to be extremely clear in the project's README with a disclaimer that this is a non-commercial hobby project and is not affiliated with the official Raycast team in any way.

The name is just for identification, as the project's goal is to be a compatible, open-source alternative for the Linux community, a platform they don't currently serve.

That being said, I'll definitely keep it in mind. Thanks for bringing it up!

Post reply on HN