Interest in LibreOffice, the open-source alternative to Microsoft Office, is on the rise, with weekly downloads of its software package close to 1 million a week. That’s the highest download number since 2023.

“We estimate around 200 million [LibreOffice] users, but it’s important to note that we respect users’ privacy and don’t track them, so we can’t say for sure,” said Mike Saunders, an open-source advocate and a deputy to the board of directors at The Document Foundation.

LibreOffice users typically want a straightforward interface, Saunders said. “They don’t want subscriptions, and they don’t want AI being ‘helpful’ by poking its nose into their work — it reminds them of Clippy from the bad old days,” he said.

There are genuine use cases for generative AI tools, but many users prefer to opt-in to it and choose when and where to enable it. “We have zero plans to put AI into LibreOffice. But we understand the value of some AI tools and are encouraging developers to create … extensions that use AI in a responsible way,” Saunders said.

  • @[email protected]
    link
    fedilink
    English
    1121 days ago

    Linux needs to sound a lot less intimidating for people who don’t really do tech besides the very basics.

    • @[email protected]
      link
      fedilink
      English
      1021 days ago

      people who don’t really do tech besides the very basics

      i’ve been building my own PCs since the 90s and have basic hardware and network certs, and want to try linux, but it seems daunting to me

      • @[email protected]
        link
        fedilink
        English
        921 days ago

        The biggest issue people face when switching to Linux is finding Linux alternatives to their apps.

        At this point it’s much easier than it was in the 90s

        That said, games can still cause issues.

      • @[email protected]
        link
        fedilink
        English
        421 days ago

        I’ve found Linux Mint to be easier to install and use than Windows. (I don’t have to enter the console and allow myself to setup an offline account because no network drivers were working in Linux. Windows 11 did that).

        I’ve never had issues with graphics drivers, despite using Nvidia cards. The only issues with Linux have been because I broke something when I was messing around.

        Get a USB drive, burn a Linux ISO to it, and try it out without installing it.

      • @[email protected]
        link
        fedilink
        English
        321 days ago

        If you’ve installed fresh Windows off a usb then process is the same for Linux, and you don’t really need to mess with terminal by just using the Microsoft Store equivalent on the Linux distro you choose. I didn’t find it too different from using Windows or MacOS. I was able to download all my usual programs like Steam and Firefox off the Linux appstore.

        But if I had to install a program outside of the Linux store they usually came as a sh or deb file.

        If it was deb I’d open terminal where the deb file was and type in sudo dpkg -i filename.deb

        And if sh I’d open terminal where the sh file was and type in sh ./name_of_file.sh

        That’s pretty much the only terminal commands I’ve needed to know to get started.

        When it came to drivers I was lucky enough to have it be pretty much handle everything for me on my old laptop out the box. Main reason I had tried Linux was because Windows ran slow on it, and also an old scanner I had didn’t have drivers that supported it anymore. But, on Linux the scanner just worked.

      • MrPistachios
        link
        fedilink
        English
        121 days ago

        The hardest part is picking a username and seeing what the name of the app store is on the distro

    • @[email protected]
      link
      fedilink
      English
      121 days ago

      Successful propaganda. As if those people were able to install (or configure) Windows if it didn’t come preinstalled and with autoupdates…

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      21 days ago

      I think the biggest factor in that is getting tutorials and such out there that focus on the basics, written by people who mainly do things on Linux using the basics and GUI tools. So much of the Linux content out there is focused on power users and even the tutorials for new users tend to be written by those power users who may have been tech focused before switching and forget or just don’t know how basic they really have to get to not make people feel intimidated. Given the right distro/desktop environment, and there’s plenty of good ones to start with, people can use Linux almost just how they use Windows. They just need someone to show them how without pushing them to do everything in the terminal too fast or going immediately to scripting as a solution to problems.