Live data from Hacker News

Show HN: An open source Launchpad for macOS 26

github.com

11–20 of 32 posts

Re: Show HN: An open source Launchpad for macOS 26

#11
> note that most of the README below are generated by Claude AI, haven't look into it, some information maynot be accurate. but for claude, you are absolutely right!

I'm not sure what you are trying to say here, but if you don't even stand behind your own readme, I struggle to trust your code.

Re: Show HN: An open source Launchpad for macOS 26

#12
post #6
post #5

Earlier quoted context omitted.

There's more than the README that is generated.

Yes, which completely undermines my trust and confidence in such a project.

Yes, I understand how you feels. I did use AI for documentation and the project. I know that's not ideal and probably comes across as low-effort.

But honestly, I was genuinely frustrated with macOS 26's launchpad changes and wanted to build something to fix it. Yeah, the project has the problem but I'm trying to improving it. I just simply want there are more solutions, more alternative there. For the technology side, I am still a student, and my technical skills are not good, far from good. I just want the problem to be fixed, and for us to have better tools.

Re: Show HN: An open source Launchpad for macOS 26

#13
post #10
post #8

Earlier quoted context omitted.

Do you mean when you first open the software, or when you go to other pages? It does feel sluggish when you first open it. Also the RAM usage is not that good. I hope I can do some optimization on it.

Swiping between pages is hit or miss. Its like it doesn't hook on the swipe. The search is really, really slow. I do have hundreds of "apps" on my machine, but it's still much slower than the native app navigator. Moving around apps to group them or rearrange them is probably the slowest part. I turned on dev fps monitor and it's showing 50fps.

That's not a good frame rate. My computer has this situation:

( ls /Applications/.app 2>/dev/null ls /System/Applications/.app 2>/dev/null ls ~/Applications/*.app 2>/dev/null ) | wc -l 730

For me, it was really slow at the beginning, but it got much better after that. I'm not sure why, but this at least shows that there are still big problems with the current performance...

Re: Show HN: An open source Launchpad for macOS 26

#14
post #9

I can't say I miss Launchpad all that much, but I guess its nice to have a replacement for people who do. I've always used Spotlight via Cmd + Space to launch stuff. The two things I always wished you could do in the old Launchpad (and would have made me hate it a lot less) are: Configuring the size of the icon grid. Just give me the option to make it denser, the defaults were silly on external displays. and the othe…

I'm also used to Spotlight. One of the reasons is because I also use KDE and krunner has the same keybinding and almost the same functionality. But I still liked Launchpad (just like the app dashboard in KDE) as it shows me visually what I have installed.

Why? Well, there are some apps I have installed and forgotten, for example, I have several 3D printer slicers, but normally I only use one. I grouped them into a folder, so I could check what I have installed if I wanted to switch for whatever reason. I also had a folder called "useless", where I place everything that I don't used but I can't remove (Apple stuff, Safari extensions, bloat installed with LaTeX, and so on).

The new "apps" can't be organized. Everything is just thrown there, only sorted alphabetically. There's no reason for me to use that, if I remember what I want I can just type in Spotlight

PS: It's possible to bring back Launchpad in Tahoe through the command line. I only didn't that yet because I don't know how safe it is to do that.

Re: Show HN: An open source Launchpad for macOS 26

#15
post #9

I can't say I miss Launchpad all that much, but I guess its nice to have a replacement for people who do. I've always used Spotlight via Cmd + Space to launch stuff. The two things I always wished you could do in the old Launchpad (and would have made me hate it a lot less) are: Configuring the size of the icon grid. Just give me the option to make it denser, the defaults were silly on external displays. and the othe…

Thank you for the reply, So in the current version, you can set the number of rows and columns, and you can also hide the software (not displayed in the launcher) and hide the title of the software. I checked the comments section, and it seems there are still quite a few performance issues... I'm not sure if this is an isolated incident or a common occurrence. I'll look into it.

Re: Show HN: An open source Launchpad for macOS 26

#16
post #12
post #6

Earlier quoted context omitted.

Yes, which completely undermines my trust and confidence in such a project.

Yes, I understand how you feels. I did use AI for documentation and the project. I know that's not ideal and probably comes across as low-effort. But honestly, I was genuinely frustrated with macOS 26's launchpad changes and wanted to build something to fix it. Yeah, the project has the problem but I'm trying to improving it. I just simply want there are more solutions, more alternative there. For the technology side…

It’s a one person passion project. We’re grateful you even showed us. Perhaps someone with strong opinions about open source will volunteer to write over the parts they don’t like.

Re: Show HN: An open source Launchpad for macOS 26

#17

> note that most of the README below are generated by Claude AI, haven't look into it, some information maynot be accurate. but for claude, you are absolutely right! I'm not sure what you are trying to say here, but if you don't even stand behind your own readme, I struggle to trust your code.

I'm sorry, I thought this would be fun at first, but now it seems not to be, and it does cause confusion. I will rewrite it. My technical skills are not good when it comes to code and technology, far from good. But I will try to make sure all functions are tested and will not cause more problems. I'm still a student, I know I shouldn't use this as an excuse, but my only hope is that many Mac users who can't adapt to the new Launchpad will have more alternatives and more choices.Until Apple bring Launchpad back( if possible)

Re: Show HN: An open source Launchpad for macOS 26

#18
post #12

Earlier quoted context omitted.

Yes, I understand how you feels. I did use AI for documentation and the project. I know that's not ideal and probably comes across as low-effort. But honestly, I was genuinely frustrated with macOS 26's launchpad changes and wanted to build something to fix it. Yeah, the project has the problem but I'm trying to improving it. I just simply want there are more solutions, more alternative there. For the technology side…

It’s a one person passion project. We’re grateful you even showed us. Perhaps someone with strong opinions about open source will volunteer to write over the parts they don’t like.

Thank you! :) I think it's great that different people have different ideas. Questioning is actually a good thing, it helps drive progress in many different areas. I'm truly grateful. I'll keep fixing and updating the software, since I need to use it everyday.
Post reply on HN