TUI installer for Arch Linux, written in Rust.
### Pre configured neovim
### Configured MDP and magnowm
Download and run in Arch Linux live environment:
curl -L https://github.com/Vindex-dev/vindexos/releases/latest/download/vindexos-release.tar.gz | tar -xz
sudo ./VindexOSThe installer will guide you through:
- Username and password
- Hostname
- WiFi network (optional)
- Timezone (fuzzy search)
- Locale (primary and optional secondary)
- Disk partitioning (root and optional separate home)
After configuration, the installation runs automatically with real-time progress.
Build from source:
git clone https://github.com/Vindex-dev/vindexos.git
cd vindexos
cargo build --release- UEFI system
- Internet connection
- Python 3 (for installation script)
MIT