Home / Download

Download RuscaLinux.

One hybrid ISO. A full live system plus an installer, ready to write to a USB stick. Free, complete, and ready to go.

Latest release

RuscaLinux 1.99

amd64
File
ruscalinux-1.99-amd64.hybrid.iso
Architecture
amd64 · 64-bit
Type
Hybrid · Live + Installer
Base
Debian 13 · Linux 6.12

The download is hosted on SourceForge. Always verify the checksum below before writing the image.

Verify
Step 1 — Checksum

Confirm the SHA256.

After downloading, check that the image matches the official hash. If even one character differs, do not use the file.

SHA256SUMS

426adb46b4be7ea800fbb7c4f4966816271876bb505a4fb8ee0281d719f9996e  ruscalinux-1.99-amd64.hybrid.iso

On Linux or macOS

$sha256sum ruscalinux-1.99-amd64.hybrid.iso $sha256sum -c SHA256SUMS
Write
Step 2 — Bootable media

Put it on a USB stick.

The image is hybrid, so it can be written byte-for-byte to a USB drive (4 GB or larger).

/ Graphical

balenaEtcher / GNOME Disks

Pick the ISO, pick the drive, flash. The simplest path on any operating system.

/ Command line

dd

sudo dd if=ruscalinux-1.99-amd64.hybrid.iso of=/dev/sdX bs=4M status=progress oflag=sync

Replace /dev/sdX with your USB device — double-check it, since dd overwrites the target completely.

Boot
Step 3 — Try & install

Live first, install later.

Boot from the USB stick and choose Live system (amd64) to explore without touching your disk. When you're ready, pick Start installer — or Start installer with speech synthesis for an accessible, spoken installation.

A note on updates

RuscaLinux has no live repositories.

You won't be nagged by daily upgrades, and nothing will silently change under you. To move to a newer release, you download the new ISO and install it fresh — the same clean, known starting point, every time.