VCDroidInstaller
Version, currently 0.1.01 version
- 0.1.0latestJul 5, 2026
github.com/VC365/VCDroidInstaller
A lightweight CLI tool for installing Android-x86.
2 stars
0 dependents
License: GPLv3
Installation
# Add this to your shard.yml
dependencies:
VCDroidInstaller:
github: VC365/VCDroidInstaller
version: ~> 0.1.0Then run:
shards installshard.yml
- Crystal
>= 1.20.2- License
- GPLv3
- Author
- VC365
- Target
vcdroid-installerfrom src/main.cr
Dependencies
This version declares no dependencies.
README
VCDroidInstaller
VCDroidInstaller is a tool for installing Android-x86 and generating boot entries on GRUB-based systems. It automates ISO analysis, system extraction(Full Installation), and GRUB entry generation to simplify dual-boot setup for Android-x86 distributions.
Features
- ISO inspection and validation.
- GRUB configuration generator.
- Optional data partition/image creation.
- Optional full system image extraction (Need root access)
- Basic Information.
Example output:
###### Information ###### Kernel version: 4.9.194-android-x86-gdcaac9a77ef9 Kernel parametrs: root=/dev/ram0 androidboot.selinux=permissive buildvariant=userdebug quiet Android Version: (android_x86) 7.1.2 ABI Supported: x86,armeabi-v7a,armeabi OpenGL ES: 3.0
⚙️ Requirements
- Linux (any GRUB-based system).
- root access (for Full installation)
- bsdtar
- libcdio
- mkfs.ext4 (optional for data image creation)
Usage
Usage: vcdroid-installer [ISO Path | -i,--iso | -f,--folder | -h,--help | -v,--version]
-i ISO, --iso=ISO Set iso path.
-f DIR, --folder=DIR Set installation folder.
-h, --help Show this help.
-v, --version Print the VCDroidInstaller version.
Build from source
git clone https://github.com/yourname/vcdroid
cd vcdroid
shards build
Contributing
- Fork it (https://github.com/VC365/VCDroidInstaller/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- VC365 - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Jul 5, 2026
- Commit
d1c87e11aa17- Crystal
>= 1.20.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/VC365/VCDroidInstaller
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1