fr3kt3rmux
v1.1.1
Published
Complete Termux development environment with AI tools, voice assistant, and automation framework
Maintainers
Readme
🚀 fr3kt3rmux - Termux AI Development Environment
Complete Termux development environment with AI tools, voice assistant, and automation framework. Excludes social media components - focuses on development, AI, and voice automation.
📦 Installation
Option 1: NPX (Recommended)
npx fr3kt3rmuxOption 2: Direct Download
curl -fsSL https://raw.githubusercontent.com/fr3kdev/fr3kt3rmux/main/setup-termux-dev.js | nodeOption 3: Local Setup
# Download setup-termux-dev.js and run:
node setup-termux-dev.js🛠️ What Gets Installed
Core Development
- ✅ Node.js & npm
- ✅ Python & pip
- ✅ Git, curl, wget
- ✅ Build tools & compilers
- ✅ ImageMagick & graphics libraries
AI & Automation
- ✅ Claude Code - Anthropic's CLI assistant
- ✅ Fabric - AI pattern automation framework
- ✅ PAI (Personal AI Assistant) - Custom voice + automation system
- ✅ b0t - Lightweight bot framework
Voice System
- ✅ espeak text-to-speech engine
- ✅ Voice assistant with configurable parameters
- ✅ Voice testing and status commands
🎮 Usage
After installation, you'll have these commands:
# PAI (Personal AI Assistant)
pai setup # Show PAI setup guide
pai voice # Launch voice assistant
pai status # Check system status
pai fabric # Use Fabric AI patterns
pai claude # Launch Claude Code
# Bot Framework
b0t hello # Test bot framework
b0t status # Show bot status
b0t init mybot # Create new bot project
# Voice Commands
voice test # Test voice system
voice speak "Hello World" # Speak text
voice status # Show voice configuration
# Development
fabric --list # List Fabric patterns
claude --help # Claude Code help
status-check # Check all systems🎯 Quick Start
Run installation:
npx fr3kt3rmuxTest everything:
bash ~/welcome.shStart developing!
📋 Features
✅ Included
- AI development tools (Claude, Fabric)
- Voice assistant system
- Bot automation framework
- Development environment setup
- Command aliases and shortcuts
- System status monitoring
❌ Excluded
- Social media automation scripts
- LinkedIn automation tools
- APK building tools
- Social media managers
🔧 Customization
Voice Configuration
Edit ~/pai/voice-config.json:
{
"voice": "en",
"speed": 175,
"volume": 100,
"pitch": 50
}PAI Configuration
Edit ~/pai/config.json to customize features and dependencies.
📚 Commands Reference
PAI Commands
pai [command] # Main PAI interface
voice # Launch voice assistant
fabric # Use Fabric patterns
claude # Launch Claude Code
status # Show system status
setup # Show setup guideVoice Commands
voice [command] [text]
speak "text" # Speak text aloud
say "text" # Alias for speak
status # Show voice settings
test # Test voice systemBot Commands
b0t [command] [args]
hello # Test bot is working
status # Show bot status
init project # Initialize new project🐛 Troubleshooting
Common Issues
Node.js not found:
pkg install -y nodejs npmVoice not working:
pkg install -y espeak voice testFabric setup issues:
fabric --setup
Reset Environment
rm -rf ~/pai ~/b0t ~/.bash_aliases
npx fr3kt3rmux📄 License
MIT License - feel free to use and modify for your development needs.
🤝 Contributing
To contribute:
- Fork the project
- Create a feature branch
- Make your changes
- Submit a pull request
📞 Support
For issues and support:
- Check the troubleshooting section above
- Create an issue in the GitHub repository
- Use
pai statusandb0t statusfor diagnostics
🚀 Start your AI-powered Termux development journey today!
