gkbrk 6 days ago

Since installing entirely new software is just downloading Cursor.AppImage from the official website and double-clicking on it, it's not a large hassle for most users.

If you're on Arch, there's even an AUR package, so it's even less steps than that.

  • bryanlarsen 6 days ago

    appImage is useless for development since it only has access to globally installed development tools and environments.

    • gkbrk 6 days ago

      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.

      • bryanlarsen 6 days ago

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