Linux installs fast. Then you spend the next hour doing the same boring ritual: browser, codecs, media tools, chat apps, dev tools, fonts, utilities… all via tabs, notes, and half-forgotten package names.

So I built LinuxMate: a free, open-source helper that generates a clean “get me productive” install script from a checklist. Basically Ninite, but for Linux, and without the “sign in to continue existing” vibes.

  • Pick apps/tools
  • Choose your distro / package manager
  • Get a reproducible script
  • Run it and move on with your life

Live demo: https://www.allroundwebsite.com/linuxmate/ Repo: https://github.com/Henkster72/LinuxMate Blog (my reasoning / background): https://www.allroundwebsite.com/blog/bye-windows-hello-linux-and-linuxmate/

If you’ve got strong opinions (the useful kind): distro support, package picks, safer defaults, or edge cases, I’m collecting feedback.

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    I get that you’re aiming this at a user base of new folks and all, but I’m super confused to see Nix on there.

    This is kind of…Nix’s entire identity, no?

    One could also make the argument that this supercedes bootstrap tools that each distro has. Kickstart for example.

    I would maybe focus on making helper scripts that do specific things for groups of users, like installing all the steam-* packages for Steam installs and not just steam itself since this is pretty opinionated on how you’re choosing to install things re: native package manager vs Flatpak and such.

  • kumi@feddit.online
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 months ago

    Linux MATE desktop is pretty established and I think has a similar audience. Pretty confusing name choice… “want to install mate on linux? Try linuxmate (no relation)”

    BTW are those actually your reasonings on the blog as you say? It reads very LLMy.

    • henkster@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      2 months ago

      It is indeed with the help of llm. But reasoning is still solid and very curated.

      • kumi@feddit.online
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        It is indeed with the help of llm. But reasoning is still solid and very curated.

        It isn’t your reasoning and promoting it as such when asking us to read doesn’t feel honest at all.

          • kumi@feddit.online
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            2 months ago

            I do not ask you to read?

            So that’s the mistake I made and the important part. Thanks for clarifying.

            I still feel misled that it’s labelled as somehing it isn’t (“my reasoning”).

  • illusionist@lemmy.zip
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    It looks great but I don’t like it.

    You decide that firefox gets installed via apt and not flatpak. Why?

    This aims at someone who already has a system and wants to have some reproducible thing for a new system.

    Back the fuck up and restore from backup.

    This also includes take asnapshot of flatpak apps and simply reinstall all of them on the new system.

    Yes, there is a lot of improvement to automatically do all this. But not with another solution. Just use dotfiles. Dotfiles and a cloud sync thing.

  • LiveLM@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    Basically Ninite for Linux, I see the vision!

    Sugestion: Hide the ‘AUR helper’ if Arch isn’t selected.

  • bestboyfriendintheworld@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I simply dump the installed packages into a text file and then use that on the next install.

    Pseudo terminal commands:

    packagemanager list installed -nodeps >> myfacorites.txt
    
    packagemanager install `cat myfacorites.txt`
    
  • Kristell@herbicide.fallcounty.omg.lol
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I like it! Bookmarking for future reference, since it seems helpful. Only thing I’d noticed that I think would be a good addition: Some kind of XMPP client, at least one of them. I use Dino on desktop primarily (fairly modern UI, has the core features in, but is made for GNOME so looks a bit funky on anything else), but Kaidan, Pidgin, and a few others exist.