Hacker News new | ask | show | jobs
by bryanlarsen 408 days ago
appImage is useless for development since it only has access to globally installed development tools and environments.
1 comments

That's not true.

AppImages aren't sandboxed and they can access the rest of the system just fine. After all, they're just a regular SquashFS directory that get mounted into a /tmp mount and then executed from there.

So you're saying that the Cursor appImage is done poorly? I'd believe that.