Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Awesome Offline Installers Awesome

A curated list of free, verified offline installers and standalone setup files for Windows, macOS, and Linux — all from official vendor sources.

Why this list exists: Search engines are flooded with fake "offline installer" download sites that bundle adware, sneak ads behind "Download" buttons, or link to expired versions. This list points only to official publisher pages and verified release archives. No re-hosted files. No ad-supported wrappers.

Every entry is verified against the publisher's own download page or release archive. Full catalog with detailed install steps, common issues, and version history at offlineinstallersetup.com.

Contents


Operating Systems

Windows ISO Downloads

Linux Distributions

  • Ubuntu — 24.04 LTS Noble Numbat, 5 years of free security updates.
  • Linux Mint — 22.1 with Cinnamon. Most Windows-like Linux for beginners.
  • Fedora Workstation — 41 with GNOME 47. Cutting-edge, Red Hat upstream.
  • Debian — 12 Bookworm. Foundation of Ubuntu and 130+ derivatives.
  • Kali Linux — 2024.4. 600+ pre-installed pen-testing tools.
  • Pop!_OS — 22.04 LTS by System76. NVIDIA-ready out of the box.

Web Browsers


Developer Tools

Code Editors & IDEs

Languages & Runtimes

  • Python — Official python.org distribution.
  • Node.js — JavaScript runtime, includes npm.
  • Git — Distributed version control.
  • Anaconda — Python + R distribution for data science.

DevOps & Containers

Database & Network Tools

File Transfer & Remote Access

  • FileZilla — Free FTP/SFTP client.
  • WinSCP — Windows SFTP/SCP client.
  • PuTTY — Classic SSH/Telnet client.
  • MobaXterm — All-in-one Windows terminal.

Full catalog: 248 developer tools at offlineinstallersetup.com


Office & Productivity

Full catalog: 129 productivity apps at offlineinstallersetup.com


Media & Players

  • VLC Media Player — Plays everything. Free. Open source.
  • mpv — Minimalist, scriptable media player.
  • MPC-HC — Lightweight Windows-only player.
  • PotPlayer — Feature-rich Windows player.
  • GOM Player — Korean-developed media player.
  • KMPlayer — High-performance media player.

Audio & Music

Editors & DAWs

Players & Library Managers

  • foobar2000 — Highly customizable Windows audio player.
  • MusicBee — Music library manager and player.
  • Winamp — The classic. Now back, still free.
  • Clementine — Cross-platform music player.
  • AIMP Audio Player — Lightweight, beautiful Windows player.

Notation & Tools


Graphics & Design

  • GIMP — Free Photoshop alternative.
  • Inkscape — Open-source vector graphics editor.
  • Krita — Digital painting app for artists.
  • Blender — Open-source 3D creation suite.
  • darktable — Open-source RAW photo workflow.

Security & Privacy

Antivirus

Password & Encryption

  • Bitwarden — Open-source password manager.
  • KeePass — Local-only password manager.
  • VeraCrypt — Disk encryption (TrueCrypt successor).

VPN & Tor

Full catalog: 77 security tools at offlineinstallersetup.com


Communication


File Management

  • 7-Zip — Open-source archiver. Best compression ratios.
  • NanaZip — 7-Zip fork with modern Windows 11 integration.
  • FreeFileSync — Folder comparison and sync.
  • Aria2 — CLI download manager (HTTP, FTP, BitTorrent).
  • JDownloader — Open-source download manager.
  • Deluge — Lightweight BitTorrent client.

System Utilities

Bootable USB & Disk Tools

System Info & Monitoring

  • CPU-Z — CPU/RAM/motherboard info.
  • GPU-Z — GPU info and monitoring.
  • HWiNFO — In-depth hardware monitoring.
  • CrystalDiskInfo — SMART drive health.
  • Speccy — Detailed system information.

Cleanup & Maintenance

  • CCleaner — Junk cleaner. (Use cautiously, free version has prompts.)
  • BleachBit — Open-source CCleaner alternative.
  • WinDirStat — Visualize disk space usage.

Remote Access

  • TeamViewer — Remote support, free for personal use.
  • AnyDesk — Lightweight remote desktop.
  • RustDesk — Open-source self-hostable remote desktop.

Productivity

Runtimes


Games (Open Source)

  • 0 A.D. — Free historical RTS in development.
  • OpenTTD — Open-source Transport Tycoon Deluxe.
  • SuperTuxKart — Free Mario Kart-style racer.

Video Editing & Streaming


Guides


Why offline installers?

A "full offline installer" or "standalone setup" is the complete software package in a single file. Unlike web installers (often 2-5 MB stubs that download the rest during setup), offline installers contain everything the program needs to install — useful when:

  • 🔒 Air-gapped environments — labs, secure facilities, industrial systems with no internet
  • 💾 USB deployment — copy once, install on many machines
  • 🌐 Slow or metered connections — install once, no re-downloading
  • 🔁 Reinstalls and rollback — keep an archived copy of a working version
  • 🏢 Enterprise IT — consistent deployment images across hundreds of workstations
  • 🛠️ Disaster recovery — when the publisher's website is down or restructures

Standalone vs. portable vs. web installer

  • Offline / standalone installer: Full setup file, no internet needed during install. Usually .exe, .msi, .dmg, .pkg, .deb, .rpm, or .AppImage.
  • Portable: No installation needed at all. Run directly from any folder or USB.
  • Web / online installer / stub: Small downloader (often called "setup_lite.exe" or similar). Requires internet during install.

Verifying installers

Always verify the file you downloaded matches the publisher's expected hash:

# Windows PowerShell (SHA-256)
Get-FileHash .\setup.exe -Algorithm SHA256
# macOS / Linux
shasum -a 256 ./setup.exe
sha256sum ./setup.exe   # Linux only

Compare the output against the SHA-256 published by the vendor. Most software pages on offlineinstallersetup.com include verification details and link to the publisher's official checksum page.


Contributing

Contributions welcome! Please:

  1. Fork this repo
  2. Add the software in the appropriate category, alphabetically
  3. Format: **[Software Name](https://offlineinstallersetup.com/SLUG-offline-installer/)** — short description (under 80 chars).
  4. Only include software with a verified official offline/standalone installer
  5. No third-party hosting links — official publisher pages only
  6. Submit a PR

If you spot a broken link or outdated entry, please open an issue.

Related lists

License

CC0

To the extent possible under law, the contributors have waived all copyright and related rights to this work.

About

A curated list of essential desktop software with verified offline / standalone installers from official sources. Maintained at offlineinstallersetup.com

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors