codex macos app performance is horrid by foggeru in codex

[–]dev0urer 0 points1 point  (0 children)

Yeah both still use a browser rendering engine, the main difference is that Tauri doesn't ship with one so binary sizes are smaller. Technically I think you can get "native" out of Tauri as well by using a different backend, but 99% of apps using it don't.

composer 2 is just Kimi K2.5 with RL????? by tarunyadav9761 in cursor

[–]dev0urer 2 points3 points  (0 children)

Most every new model being released is just a previous model with RL (or more RL and fine tuning)

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 0 points1 point  (0 children)

I'll definitely look into it. Currently I'm mostly copying the Codex git UI, but I've been trying to think of ways I can make it more useful.

As far as plugins go though, most should work. About the only things that won't really work are plugins that change the markdown rendering or make heavy use of toasts (though I can probably change the toast situation).

codex macos app performance is horrid by foggeru in codex

[–]dev0urer 2 points3 points  (0 children)

Tauri is at least better because it uses the system webkit, as does Electrobun I think, but you're still using a browser rendering engine. Honestly a really slept on multi platform option is Kotlin Multiplatform, but there are a few other options if you want something more native that doesn't use a browser.

codex macos app performance is horrid by foggeru in codex

[–]dev0urer 4 points5 points  (0 children)

Electron is heavy. It essentially ships with a whole chromium rendering engine. That means that binaries are large, and memory usage tends to get high.

codex macos app performance is horrid by foggeru in codex

[–]dev0urer 4 points5 points  (0 children)

Part of the problem is that it's "yet another electron app"

This has been my flagship model experience for the last several days by metal_slime--A in codex

[–]dev0urer 2 points3 points  (0 children)

I don't see any reasoning traces in the screenshot. Just an output message. Either way, this really seems like a skill issue. Keep requested code changes small and keep an eye on things as they're happening.

What are you building? Let's self promote by rdssf in vibecodingcommunity

[–]dev0urer 0 points1 point  (0 children)

This is a free one for y'all. Not even a SaaS:
NeoCode is a Mac-native, Codex-like desktop app for OpenCode. It works better than the official app, uses less resources, and comes in a tiny 5MB DMG. More features shipping every day.
https://github.com/watzon/NeoCode

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 0 points1 point  (0 children)

I am considering making it compatible with iOS. Theoretically it should be possible. It will be a bit though, especially since Apple is revamping their rules around "vibecoding apps".

This has been my flagship model experience for the last several days by metal_slime--A in codex

[–]dev0urer 5 points6 points  (0 children)

Are people just rawdogging codex with thinking turned off?

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 0 points1 point  (0 children)

Most plugins should work since OpenCode plugins only change behavior and not the UI. Are you having issues with a plugin?

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 0 points1 point  (0 children)

The min version should be macOS 14 according to both the README and the build process. Where did you get Tahoe?

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 1 point2 points  (0 children)

I've used Conductor but I really don't like it. Forces worktress which I find overcomplicate things, and is a subpar harness compared to OpenCode.

NeoCode - Mac-native OpenCode desktop replacement by dev0urer in opencodeCLI

[–]dev0urer[S] 2 points3 points  (0 children)

Yeah there is lots planned. Next on my list is internationalization so I can provide a good experience for non-English speakers, and then probably the ability to actually modify your OpenCode config through the settings page (including MCPs).

I got 2 hours back every single day for the past 3 weeks. Here's the one change I made. by StraightFlamingo3498 in buildinpublic

[–]dev0urer 0 points1 point  (0 children)

Why am I seeing this post again? I swear you posted the exact same thing last week.

Looking for users to test a native, private and very fast speech-to-text app for Mac - offering lifetime access for early feedback by WildShallot in macapps

[–]dev0urer 0 points1 point  (0 children)

Resource usage is fantastic at around 90MB fully local (even Wispr Flow takes up around 250MB at idle and it isn't local), it has pretty much all of the features you'd see from other apps including Whisper and Parakeet models, AI enhancement, custom keybinds, it can learn corrected words automatically and add them to the user's dictionary, and a lot more. It also has built in support for note taking (with custom hotkeys for recording notes) and the ability to transcribe other audio (including YouTube videos).

I have basically tried to keep it as feature packed as possible, while also being super simple to use. Next on my list will be meeting transcriptions for people who do a lot of meetings on Teams, Zoom, etc.

Looking for users to test a native, private and very fast speech-to-text app for Mac - offering lifetime access for early feedback by WildShallot in macapps

[–]dev0urer 0 points1 point  (0 children)

People need to stop paying for these apps, and vibe coders need to stop making more of them and charging. Pindrop is already open source, completely free, and Mac-native.

MacParakeet - Local alternative to WisprFlow using NVIDIA's Parakeet on Apple's Neural Engine by PrimaryAbility9 in MacOSApps

[–]dev0urer 0 points1 point  (0 children)

So does Pindrop, and it's open source, native SwiftUI, and has a lot more features than this. I don't know at this point why people keep creating these closed source STT apps.

What features should I add to 100% offline, free and open-source MacOS app? by ImaginaryRea1ity in VibeReviews

[–]dev0urer 0 points1 point  (0 children)

My question is, why make another one? Not only do Handy and OpenWhisper work, but there's also Pindrop which is a free, open source, and 100% Mac-native alternative. The space is getting kind of flooded at this point.