Debian.Club
Basics

Download Debian 13

Download Debian 13 installation images and choose the right version for your needs

Interactive Download

Looking for a quick download? Visit the Interactive Download Page to select your region and mirror for the fastest Debian ISO download.

This guide helps you download the appropriate Debian 13 installation images for your system.

Tip: the point release number in Debian ISO filenames changes with each point update (currently 13.6.0). Always use the file name shown in the mirror's current/ directory.

🎯 Choose Your Download

Quick Selection

Use CaseRecommended DownloadSize
Most Usersnetinst (network install) or DVD-1~400MB / ~3.7GB
Minimal Installnetinst (network install)~400MB
Offline InstallDVD-1 (desktop packages included)~3.7GB
Try Before InstallingLive image~2.5–3.5GB

Primary Download Sites

🌐 Official Sources

Mirror Sites (Faster Downloads)

United States

Europe

Asia Pacific

📦 Installation Image Types

DVD Images

# Debian 13 currently provides only DVD-1
debian-13.6.0-amd64-DVD-1.iso      # ~3.7GB
# Contains the installer and a useful set of desktop packages

Debian 13 no longer publishes DVD-2/DVD-3 sets. Use netinst with a mirror if you need packages beyond DVD-1.

Network Install (netinst)

# Minimal installer (downloads packages online)
debian-13.6.0-amd64-netinst.iso    # ~400MB
# Best for: Fast internet, custom installations

CD Images

Debian 13 no longer publishes a separate CD-1 image. Use netinst for a small download, or DVD-1 for offline installation.

Live Images

# Live desktop environments (try before installing)
debian-live-13.6.0-amd64-gnome.iso      # ~2.9GB
debian-live-13.6.0-amd64-kde.iso        # ~3.1GB
debian-live-13.6.0-amd64-xfce.iso       # ~2.7GB
debian-live-13.6.0-amd64-lxde.iso       # ~2.5GB

🏗️ Architecture Selection

Intel/AMD Systems (Most Common)

# 64-bit (Recommended)
amd64     # Intel Core, AMD Ryzen, most modern PCs

# 32-bit (legacy; no Debian 13 installation images)
i386      # Older computers — use an older Debian release or another distro

ARM Systems

# ARM 64-bit
arm64     # Raspberry Pi 4, Apple Silicon Macs

# ARM 32-bit
armhf     # Raspberry Pi 2/3, older ARM devices

Other Architectures

# PowerPC
ppc64el   # IBM POWER8/9 systems

# RISC-V (New!)
riscv64   # RISC-V development boards

# S/390
s390x     # IBM mainframes

🔍 Download Verification

Check File Integrity

# Download checksums
wget https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/SHA256SUMS
wget https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/SHA256SUMS.sign

# Verify checksum
sha256sum debian-13.6.0-amd64-DVD-1.iso
# Compare with SHA256SUMS file

# Verify GPG signature (Advanced)
gpg --verify SHA256SUMS.sign SHA256SUMS

Download Tools

# Command line download
wget https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-13.6.0-amd64-DVD-1.iso

# Resume interrupted download
wget -c URL

# Torrent download (Recommended for large files)
# Download .torrent file and use BitTorrent client

🚀 Specialized Images

Firmware

Debian 13 official installation and live images already include the non-free firmware needed by most hardware. You normally do not need a separate -firmware image. If you need to install firmware manually, see the Debian Firmware wiki.

Cloud Images

# Cloud platforms
debian-13-generic-amd64.qcow2       # QEMU/KVM
debian-13-generic-amd64.vmdk        # VMware
debian-13-generic-amd64.vhd         # Hyper-V

Minimal / Netboot Images

# Very small network-boot image (not in the ISO directory)
# https://deb.debian.org/debian/dists/trixie/main/installer-amd64/current/images/netboot/mini.iso
# Downloads packages from a mirror during installation

💾 Download Size Planning

Storage Requirements

Image TypeDownload SizeInstalled Size
netinst~400MB2-10GB+
DVD-1~3.7GB5-15GB
Live~2.5-3.5GBN/A

Internet Requirements

📡 Network Considerations

  • netinst: Requires stable internet during installation
  • DVD: Can install completely offline
  • Firmware: May need internet for latest drivers

🔧 Download Recommendations

For Beginners

  1. netinst - Small download, latest packages
  2. DVD-1 - Offline installation with desktop packages
  3. amd64 architecture for most computers

For Advanced Users

  1. netinst - Minimal download, latest packages
  2. Custom network mirror for faster downloads
  3. Torrent download for large files

For Specific Scenarios

🏠 Home Users

  • netinst: Small download, latest packages
  • DVD-1: Offline installation with desktop packages
  • Live image: Try before installing

🏢 Enterprise/Servers

  • netinst: Minimal system, add what you need
  • netboot mini.iso: Very small image that downloads packages during installation
  • Network install: Always latest packages

🎓 Students/Learning

  • Live images: Experiment without installing
  • Multiple live variants: Explore different desktops
  • Virtual machine images: Easy setup

🌐 Regional Mirrors

Fastest Download Tips

  1. Choose nearby mirror - Geographic proximity
  2. University mirrors - Often very fast
  3. CDN services - Automatic optimization
  4. Torrent protocol - Distributed download

Mirror Selection Tool

# Use netselect to find fastest mirror
sudo apt install netselect
netselect -v $(wget -qO- https://www.debian.org/mirror/list | grep -P  '^http' | head -20)

⚡ Download Acceleration

Browser Extensions

  • DownThemAll (Firefox)
  • Free Download Manager (Chrome/Firefox)

Command Line Tools

# aria2 (Multi-connection downloads)
sudo apt install aria2
aria2c -x 16 -s 16 URL

# axel (Lightweight accelerator)
sudo apt install axel
axel -n 8 URL

📚 Next Steps

After downloading:

  1. Verify Download - Check file integrity
  2. Create Bootable Media - Make installation USB
  3. Check System Requirements - Ensure compatibility
  4. Begin Installation - Install Debian

🆘 Download Issues

Common Problems

🐌 Slow Downloads

  • Try different mirror sites
  • Use torrent downloads
  • Download during off-peak hours
  • Use download accelerators

❌ Corrupted Downloads

  • Verify checksums before using
  • Re-download from different mirror
  • Check available disk space
  • Disable antivirus temporarily

🔒 Access Blocked

  • Try different mirrors
  • Use VPN if necessary
  • Download via torrent
  • Use mobile data as backup

📞 Getting Help

  • Official Documentation: debian.org/doc
  • Community Forums: forums.debian.org
  • IRC Channel: #debian on OFTC
  • Mailing Lists: [email protected]

Download ready? Create bootable media →

On this page