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.
- Pick one department that already runs basic tasks like document editing or citizen registration.
- Replace the office suite with LibreOffice and the desktop with a supported Linux distribution such as Ubuntu or Fedora.
- Move the database to PostgreSQL so queries and backups stay under local control.
- 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.