2 stable releases

Uses new Rust 2024

new 1.0.2 Mar 22, 2025

#611 in Command line utilities

Download history 148/week @ 2025-03-17

148 downloads per month

MIT license

66KB
381 lines

ArchTry: Arch Linux Installation Simulator

ArchTry is a fun and safe way to practice Arch Linux installation. It lets you explore formatting, package installation, and system setup—without affecting your real system.

Screenshot

Features

  • Built with Rust: Rust keeps ArchTry fast, reliable, and lightweight.
  • GPU Driver Selection: Pick your GPU (AMD, Intel, or NVIDIA), and ArchTry will suggest the right drivers.
  • Device Type Selection:
    • Laptop: Guides you through setting up Wi-Fi.
    • PC: Automatically assumes a LAN connection.
  • Hands-on Learning: Try Arch Linux commands in a risk-free setup.
  • Educational Purpose: This tool is fake and does not save any files. It’s purely for learning and fun!

Installation

Install from AUR (Arch Linux)

yay -S archtry

Install Using Cargo

cargo install archtry

Build from Source Manually

git clone https://github.com/6z7y56/archtry.git
cd archtry
make install

Usage

Run the following command to start the simulation:

archtry
  1. Select your GPU type (AMD, Intel, or NVIDIA).
  2. Choose your device (Laptop or PC).
  3. Follow the prompts to complete the simulated installation.

Get Started

Try ArchTry and explore Arch Linux installation in a fun, stress-free way. No risks—just pure learning!

Dependencies

~3–11MB
~104K SLoC