| Crates.io | astudios |
| lib.rs | astudios |
| version | 0.1.2 |
| created_at | 2025-09-08 08:25:54.974623+00 |
| updated_at | 2025-10-09 11:21:25.017274+00 |
| description | A CLI tool for managing Android Studio versions |
| homepage | https://github.com/astudios-org/astudios |
| repository | https://github.com/astudios-org/astudios |
| max_upload_size | |
| id | 1828989 |
| size | 180,983 |
A CLI tool inspired by xcodes, built specifically for managing Android Studio installations on macOS.
Currently supports macOS only. This tool is designed specifically for macOS and uses macOS-specific features like DMG mounting and app bundle management.
We welcome community contributions to add support for other operating systems in the future. If you're interested in contributing Windows or Linux support, please feel free to open an issue or submit a pull request.
hdiutil, codesign, cp, rm (usually pre-installed on macOS)aria2 for faster downloads (install via Homebrew: brew install aria2)cargo install astudios
git clone https://github.com/astudios-org/astudios.git
cd astudios
cargo install --path .
astudios list
# Install the latest version
astudios install --latest
# Install a specific version
astudios install 2025.1.3.7
# Install with custom directory
astudios install 2025.1.3.7 --directory ~/Applications/Custom
If you have aria2 installed (available via Homebrew: brew install aria2), astudios will automatically use it for downloads, which significantly speeds up the download process.
astudios use 2025.1.3.7
astudios installed
astudios which
astudios uninstall 2025.1.3.7
# List available versions
astudios list --limit 10
# Install the latest release version
astudios install --latest
# Install a specific beta version
astudios install "2025.1.4 Canary 4"
# Install to custom directory
astudios install 2025.1.3.7 --directory ~/Applications
MIT License - see LICENSE file for details.