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'scurrent/directory.
🎯 Choose Your Download
Quick Selection
| Use Case | Recommended Download | Size |
|---|---|---|
| Most Users | netinst (network install) or DVD-1 | ~400MB / ~3.7GB |
| Minimal Install | netinst (network install) | ~400MB |
| Offline Install | DVD-1 (desktop packages included) | ~3.7GB |
| Try Before Installing | Live image | ~2.5–3.5GB |
💿 Official Download Links
Primary Download Sites
🌐 Official Sources
- Main Site: debian.org/download
- CD Images: cdimage.debian.org
- Mirror List: debian.org/mirror/list
Mirror Sites (Faster Downloads)
United States
Europe
Asia Pacific
- Japan: http://ftp.jp.debian.org/debian-cd/
- Australia: http://ftp.au.debian.org/debian-cd/
📦 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 packagesDebian 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 installationsCD 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 distroARM Systems
# ARM 64-bit
arm64 # Raspberry Pi 4, Apple Silicon Macs
# ARM 32-bit
armhf # Raspberry Pi 2/3, older ARM devicesOther 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 SHA256SUMSDownload 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-VMinimal / 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 Type | Download Size | Installed Size |
|---|---|---|
| netinst | ~400MB | 2-10GB+ |
| DVD-1 | ~3.7GB | 5-15GB |
| Live | ~2.5-3.5GB | N/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
- netinst - Small download, latest packages
- DVD-1 - Offline installation with desktop packages
- amd64 architecture for most computers
For Advanced Users
- netinst - Minimal download, latest packages
- Custom network mirror for faster downloads
- 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
- Choose nearby mirror - Geographic proximity
- University mirrors - Often very fast
- CDN services - Automatic optimization
- 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:
- Verify Download - Check file integrity
- Create Bootable Media - Make installation USB
- Check System Requirements - Ensure compatibility
- 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 →