Because I hate Electron

    • ColdWaterOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      5 hours ago

      I heard of docker but I’m not really sure what it is, is it free? is it hard to set everything up? Can my computer handle it?

      • flashgnash@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        5 hours ago

        Docker and podman aren’t too bad nowadays I don’t think assuming you’re not running something huge

        (Podman is another tool that does the same thing as docker)

        Docker and podman containers are basically like throwaway mini-vms that contain one application to ensure it will always run no matter where so long as the machine you’re running them on can run docker

        They can run CLI stuff just fine, I’m not sure about desktop apps someone smarter than me will probably tell you about that

      • WolfLink@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        5 hours ago

        FOSS lightweight ”virtual machine” (it’s not quite a VM but it’s similar conceptually. It’s much lighter on your system than a VM).

        Easy to install, setting it up for your use case may take some coding if it isn’t common (bash scripting experience will help).