Article URL: https://getapps.cafe/blog/why-the-future-is-local-app Comments URL: https://news.ycombinator.com/item?id=49105924 Points: 32 # Comments: 32

The cloud made software convenient, then quietly took your speed and your privacy with it. Here's why the best apps are moving back onto your machine. We've all been there. You open an app to quickly jot something down, but the page just sits there spinning. A "Reconnecting..." banner slides in. By the time the cursor finally appears, the thought you were chasing is gone. The app didn't even crash. Your internet isn't even down. It just refused to let you work until it "phoned home" first. For the last fifteen years we've been told that moving everything to the cloud was progress. But somewhere along the way we swallowed the trade-offs: constant spinners and outages, and a subscription bill just to open files we made ourselves. It doesn't have to work like this. The most interesting software being built right now is moving in the opposite direction, back onto the machine in front of you. There's a rule in interface design that Jakob Nielsen pinned down back in 1993: cross 0.1 seconds and the "illusion of control" breaks. You stop feeling like you're using a tool and start feeling like you're waiting on a machine. Most web apps blow that 0.1-second budget just by sending a request to a server. Local-first apps are different. They write to your hard drive instantly and sync to the cloud in the background. It's the difference between an instrument and a waiting room. Take Linear, the project tracker that built its reputation on this: its operations reportedly clock in around 47ms, while the same work in a traditional cloud tool can take 3,000ms or more. One feels like an extension of your brain; the other feels like a chore. When your data lives only on someone else's server, you don't own it; you're a tenant. And if the "landlord" goes offline, you're locked out. In 2025 alone we saw major outages at AWS and Azure take down chunks of the internet for hours. When that happens, your work shouldn't stop with it. Local-first software treats the network as an extra, not a requirement. Your work stays on your disk. The cloud is still there for backup and collaboration, but it's not a turnstile you have to pay or wait to pass through.