Skip to content

Fleyzix76/Geode-CLI-4Android-Termux-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geode-CLI-4Android-Termux-

Unofficial Geode Command Line Port for Android (Termux)

Installation

The releases include an archive with a binary based on Android ARM64, which can be used for Termux. After installing the release, unzip the archive and transfer the binary to the Termux home directory using the command:

# Granting access rights to the storage
termux-setup-storage

# We transfer the binary to the Termux home directory
mv ~/path/to/binary ~

Or use curl:

curl -o geode.zip https://github.com/Fleyzix76/Geode-CLI-4Android-Termux-/releases/download/port/geode-cli-v3.7.4-android64.zip
# Unzip the archive using unzip
unzip geode.zip
# You can move the binary to your home directory
mv geode/geode ~

Grant permission to execute:

chmod +x geode

And run the binary:

./geode
# Or
bash geode

You will see the geode commands

Usage

After installing Geode CLI, you can create your own mod, following the instructions from Geode Docs, but instead of geode you will need to use ./geode or bash geode

# Without ./
geode new❌️
geode build❌️

# With ./ and bash
./geode new✅️
bash geode build✅️

Problems

I can't compile Geode CLI for ARM32 (ARMv7), so this method is only available for ARM64 (aarch64)😭

(I am not responsible for problems with Android NDK )

About

Unofficial Geode Command Line Port for Android (Termux)

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors