Classic open-source apps

Modern desktop software keeps getting heavier. Electron shells, telemetry pipes, cloud sign-ins for tools that should open a local file. Meanwhile a small group of open-source apps first shipped in the late 1990s and early 2000s still do their one job faster, with fewer bugs, and without asking for an account. We shortlisted eight of them, checked that each is still actively maintained in 2026, and compared them against the modern alternatives most people default to. If you want the best classic open-source apps for daily desktop work, these are the ones worth keeping in your toolbox.

What makes a classic FOSS app still worth using

Age is a poor filter on its own. The apps below share four traits that hold up:

Where modern rivals do genuinely win: collaborative editing (Google Docs against Notepad++), cloud round-trips (Photoshop’s generative fill against GIMP), and touch-first UI (any tablet app against IrfanView). Pick a classic when the work is local and the file is yours.

Quick comparison

App First release Best for Platforms License Modern rival it beats
VLC media player 2001 Playing anything Windows, macOS, Linux GPL-2.0 Windows Media Player, QuickTime
FFmpeg 2000 Transcoding, muxing, ripping Windows, macOS, Linux LGPL/GPL HandBrake (uses it), Adobe Media Encoder
7-Zip 1999 Archives Windows (ports on macOS, Linux) LGPL WinRAR, Windows built-in ZIP
IrfanView 1996 Batch image viewing Windows Freeware Windows Photos
Notepad++ 2003 Fast text editing Windows GPL-3.0 VS Code for read-only edits
Audacity 2000 Multitrack audio editing Windows, macOS, Linux GPL-2.0 Adobe Audition, GarageBand
GIMP 1996 Free raster editing Windows, macOS, Linux GPL-3.0 Photopea, hosted Photoshop
mpv 2012 (from MPlayer, 2000) Scriptable, precise playback Windows, macOS, Linux GPL-2.0 VLC for power users

The classics, in order

1. VLC media player, best for playing any video or audio format

VLC ships with its own codec library, so if the file is a video or an audio track, VLC will play it. That includes the AV1 and VVC files that stump Windows Media Player and QuickTime in 2026, plus older MKV, FLV, and RMVB archives most modern players quietly refuse. Playback controls include per-frame stepping, audio delay in ten-millisecond steps, and network streaming from raw RTSP URLs.

Where it falls short: the interface has barely changed since 2010, subtitle styling is coarser than mpv, and the mobile builds are noticeably behind the desktop ones.

Download: Official site · GitHub

Bottom line: The safest single install on any new machine. It plays whatever you throw at it and never nags you to sign in.

2. FFmpeg, best for transcoding and everything a transcoder touches

FFmpeg is the plumbing behind almost every video tool you have used. Handbrake, OBS, VLC, and dozens of commercial products all call it under the hood. Running it directly is faster because you skip the wrapper. A one-line command can trim a video, extract audio, remux without re-encoding, generate thumbnails, or hardware-accelerate an H.265 encode on your GPU.

Where it falls short: no GUI. You are writing command lines, and the flag surface is enormous. First-timers should keep a cheat sheet open.

Download: Official site · GitHub

Bottom line: If you edit or convert video more than twice a month, learning ten FFmpeg incantations pays for itself in weeks.

3. 7-Zip, best archiver that quietly outperforms paid rivals

7-Zip has been better than WinRAR at its own game for years. The 7z format’s LZMA2 compression usually squeezes files 5 to 15 percent smaller than RAR at comparable speeds, and 7-Zip reads everything else, RAR, ZIP, ISO, DMG, TAR, CAB, WIM. Windows 11’s built-in extractor is closing the gap on read support but still lags on split archives and password-protected 7z volumes.

Where it falls short: the Windows-only official build. macOS users lean on Keka or the command-line port; Linux users get p7zip. The UI is stubbornly plain.

Download: Official site · Source

Bottom line: The default archive tool on any Windows machine that touches files from other operating systems.

4. IrfanView, best image viewer for large folders

IrfanView opens a 40-megapixel RAW file in the time Windows Photos takes to show its loading spinner. Batch conversion, batch rename, and batch resize all live in one dialog, and the plugin pack adds support for HEIC, WebP, AVIF, and a long tail of camera-specific RAW formats. It still runs happily on Windows 7 and takes about 5 MB installed.

Where it falls short: Windows only, though it works well under Wine on Linux. The interface looks like it did in 2005 because it did.

Download: Official site

Bottom line: If you triage hundreds of photos at a time, no modern viewer comes close for throughput.

5. Notepad++, best fast text editor for daily edits

Notepad++ loads a 200 MB log file in under a second on a mid-range laptop. VS Code takes ten times that and then some, before extensions load. For quick edits to config files, XML, or plain text, opening Notepad++ is faster than waiting for a modern editor to finish its startup rituals. Syntax highlighting covers 80 languages, and the multi-cursor and column-mode edits are as capable as anything shipped since.

Where it falls short: Windows only, no remote development, no integrated debugger, and the plugin ecosystem is a fraction of what VS Code offers.

Download: Official site · GitHub

Bottom line: Keep it installed alongside your main editor for the moments when startup speed matters more than IntelliSense.

6. Audacity, best free multitrack audio editor

Audacity records, edits, and exports multitrack audio without a subscription, a login, or a cloud project folder. The 3.x releases added real-time effects, non-destructive editing, and a plug-in manager that speaks VST3 and LV2. Podcasters, musicians, and anyone digitizing old cassettes get a full studio workflow inside a 60 MB install.

Where it falls short: MIDI editing is limited, the UI has grown busy over the years, and the noise-reduction results are noticeably behind what iZotope RX produces on the same clip.

Download: Official site · GitHub

Bottom line: If you edit podcasts or clean up voice recordings and do not need surgical noise repair, Audacity does the job for zero dollars a month.

7. GIMP, best free raster editor when you own your files

GIMP 3.0 shipped in 2025 with GTK3, non-destructive filters, and native CMYK previews, which closes several of the gaps that pushed people to hosted Photoshop or Photopea. Layer masks, path tools, batch scripts, and a full plugin API are all first-class. On a laptop without an internet connection, GIMP still edits a 300 MB PSD; Photopea gives up.

Where it falls short: no generative fill, no cloud sync, and the color management story is fiddlier than commercial rivals. Photoshop’s content-aware fill still wins by a wide margin on complex removals.

Download: Official site · GitLab

Bottom line: The right tool when the file lives on your disk and you would rather not rent a photo editor by the month.

8. mpv, best minimalist media player for keyboard-driven playback

mpv is a fork of MPlayer and the closest thing to a text editor for video. There is almost no visible UI, playback is driven by keyboard shortcuts and a Lua scripting API, and precise subtitle rendering (ASS/SSA styling, per-line delay) beats VLC across the board. Users who watch a lot of anime, karaoke, or subtitled foreign film keep coming back to mpv for the subtitle work alone.

Where it falls short: no built-in library, no casual-friendly GUI (front-ends like IINA on macOS or Celluloid on Linux exist for that), and the config file learning curve is real.

Download: Official site · GitHub

Bottom line: If VLC feels heavy or its subtitle styling frustrates you, mpv is the next stop.

How to pick

FAQ

Are these apps really still faster than modern alternatives?

For local file work, yes. Native C or C++ code, small binaries, and no background sync add up. Startup times and batch operations are where the gap shows most, IrfanView and Notepad++ open large files in a fraction of the time a modern Electron app takes.

Is it safe to install classic open-source apps in 2026?

All eight projects are actively maintained, publish signed releases, and have public source repositories. Always download from the official site or GitHub release page, not from third-party mirrors that repackage installers with adware.

What is the best free video player in 2026?

VLC for general use, mpv for advanced subtitle work and scripting. Both are free, cross-platform, and codec-complete. Windows Media Player and QuickTime still trip on modern formats VLC handles out of the box.

Do these apps have telemetry or ads?

No. None of the eight ship telemetry by default, and none show ads. Some (Audacity, GIMP) offer optional crash reporting that is off unless you enable it.

Are there better alternatives on Linux?

The same list mostly applies. Substitutes worth knowing: Krita instead of GIMP for painters, MKVToolNix alongside FFmpeg for container work, and Kate as a lighter Notepad++ analogue.