-
-
Notifications
You must be signed in to change notification settings - Fork 20
Android
Benny edited this page Aug 6, 2026
·
4 revisions
Warning
Ghost does not officially support Android. Please do not expect every feature to work or for patches to be made specifically to fix Android related bugs and support to be given. The following guide will show you how to get Ghost running through Termux from source code. This method of running Ghost is not entirely reliable and you will encounter bugs and commands not working.
- Update all packages
pkg up
- Install required packages
pkg install python-psutil python-tkinter libjpeg-turbo
- Clone Ghost's repo then cd into the new dir
git clone https://github.com/ghostselfbot/ghost
cd ghost
- Remove
psutilfromrequirements.txt
sed -i '8d' requirements.txt
- Install all requirements
pip install -r requirements.txt
- Run Ghost in headless mode
python3 ghost.py --headless
- Image embeds do not work so you can only use embed mode or codeblock mode. Change them with
[prefix]embedmodeor[prefix]textmode. - Specs command doesn't work as requires root, if you are rooted try running Ghost in
su.