education

Free Software in Brazilian Government: Current State and How It Works

Free Software in Brazilian Government: Current State and How It Works

Free Software in Brazilian Government: Current State and How It Works

Brazilian public agencies have used free software for over fifteen years. You will find it in desktops, servers, and internal tools across federal, state, and municipal levels. The picture is uneven: some offices run almost entirely on open source stacks while others still mix proprietary licenses.

Adoption Snapshot

Recent surveys from the federal data-processing agency show roughly 40 percent of ministries already run LibreOffice on staff machines. Several states report higher numbers. Rio Grande do Sul and Pernambuco keep large municipal networks on Linux distributions.

  • Most common stack: Linux desktops, PostgreSQL databases, and Apache web servers.
  • Education platforms: Many state secretariats rely on Moodle and LibreOffice for schools.
  • Procurement portals: Several now publish code under public repositories on GitHub or GitLab instances hosted by the government itself.

Legal Framework

Decree 10.947 from 2022 requires federal bodies to prefer open-source solutions when they meet functional needs. State laws in São Paulo and Minas Gerais add similar preferences for public tenders. You must document why a proprietary option wins if a free alternative exists.

Examples from Daily Operations

The Federal Revenue Service replaced its internal document system with an open-source platform based on OnlyOffice. City halls in Porto Alegre run citizen service kiosks on a custom Linux image with Firefox and a simple ticket app. The Ministry of Health keeps a national vaccination database on PostgreSQL and Python scripts maintained by its own team.

Verification Checklist

  1. Confirm the software license appears on the Free Software Foundation list or the Open Source Initiative list.
  2. Check whether source code is available in a public repository without login barriers.
  3. Review the last commit date and number of active contributors to gauge maintenance.
  4. Ask vendors for a bill of materials that lists every component and its license.
  5. Test export of data in open formats such as ODF, CSV, or JSON before signing any contract.

Common Hurdles Teams Report

Issue Typical Fix
Legacy systems that only run on Windows Virtual machines or Wine for the few apps that cannot be replaced
Staff resistance to new interfaces Short internal workshops using real agency files
Cloud contracts that lock data Negotiate data-portability clauses before renewal
Lack of local support companies Build internal teams or join existing public-sector user groups
Posted by admin in Community & Culture, 0 comments
Digital Sovereignty: Why Brazil Needs Free Software

Digital Sovereignty: Why Brazil Needs Free Software

Digital Sovereignty: Why Brazil Needs Free Software

Brazil keeps paying foreign vendors for the right to run its own government systems. Switching to free software gives public institutions the code, the fixes, and the data stays inside the country.

That shift cuts license bills and removes the risk that an update from abroad suddenly breaks services or hands usage logs to another nation.

Where city halls and state agencies can begin

Start small and measure what changes.

  1. Pick one department that already runs basic tasks like document editing or citizen registration.
  2. Replace the office suite with LibreOffice and the desktop with a supported Linux distribution such as Ubuntu or Fedora.
  3. Move the database to PostgreSQL so queries and backups stay under local control.
  4. Train two or three staff members first; they then help colleagues the next month.

Several municipalities in the Northeast already run their entire public procurement portal on free software stacks. They report annual savings above R$ 200 000 in licenses alone and faster response times when a security patch is needed.

Current tool Free software swap Immediate gain
Microsoft Windows + Office 365 Linux + LibreOffice No recurring per-seat fees
Oracle database PostgreSQL Full source access for audits
Proprietary email server Postfix + Roundcube Data remains on Brazilian servers

Run a simple checklist before wider rollout:

  • Confirm the new applications handle existing file formats without loss.
  • Verify that printers and card readers still work with open drivers.
  • Schedule one afternoon a month to review updates released by the Brazilian public software portal.

Once the first department works smoothly, copy the same install scripts to the next unit. The pattern repeats without new contracts each time.

Posted by admin in Software & Tools, 0 comments
Community Spotlight: Grassroots Free Software Groups in Brazil

Community Spotlight: Grassroots Free Software Groups in Brazil

Community Spotlight: Grassroots Free Software Groups in Brazil

You find these groups by searching for “software livre” plus your city name. Many run regular meetups where people install packages, debug scripts, and share hardware fixes without corporate backing.

Locating a Group in Your City

Start with the obvious search. Then move to direct contact.

  1. Type “software livre [your city]” into a search engine and note the first three forum or Telegram links that appear.
  2. Send a short message introducing yourself and asking for the next meeting date.
  3. Show up with a laptop that already runs a free distro so you can test contributed packages on the spot.

Groups in São Paulo often meet at public tech hubs on Saturday mornings. In Porto Alegre the same crowd gathers at university labs after work hours.

Typical Activities You Will See

Meetings stay practical. One evening might focus on packaging a new printer driver for Ubuntu derivatives. Another covers setting up a local mirror for apt repositories so rural towns avoid slow international downloads.

  • Live installs of LibreOffice followed by template sharing for municipal paperwork.
  • Walk-throughs of GIMP scripts that volunteers created for school yearbook projects.
  • Hardware repair tables where old netbooks get new free firmware flashed.
City Focus this month Meeting spot
Recife Mesh network nodes Public library side room
Belo Horizonte Offline maps for buses Community center

First Visit Checklist

Bring a notebook and a charged phone. You do not need a presentation.

  • Ask which project the group needs help testing right now.
  • Offer to document one command that worked for you during the session.
  • Exchange contact details only with people who run the mailing list.

Leave when the room starts emptying. Follow up the next day with one small patch or note so the group remembers you.

Posted by admin in Community & Culture, 0 comments