-
Notifications
You must be signed in to change notification settings - Fork 6
Releases: erickjtorres/app-use
Releases · erickjtorres/app-use
0.0.3 - Updated App
- New was to target app (useful for browserstack integration)
- Added udid to the App api
- Fixed import for app
- Fixed link to discord
Assets 2
v0.0.2- CLI release
- Added a CLI to help with install and to quickly try out app-use
pip install "app-use[cli]" #check dependencies app-use doctor #try to use the cli to install everything you need app-use setup #try out app use without writing python app-use start
Assets 2
v0.0.1 - Initial Release
@erickjtorres
erickjtorres
1654546
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🎉 Initial Release of App-Use
First public release of AI mobile app automation library.
Features
- 🤖 AI agent control of mobile apps
- 📱 iOS and Android support via Appium
- 🧠 LLM integration (OpenAI, Anthropic, etc.)
- 🔍 Intelligent element detection
- 📸 Screenshot analysis
Installation
```bash
pip install app-use
```