The ultimate companion for your n8n automation server. Manage your workflows, monitor executions, and handle credentials directly from your pocket.
n8n Mobile Manager is a cross-platform mobile application designed to provide a seamless management experience for n8n.io users. Built with a modern Neumorphic UI, it offers a tactile and intuitive interface to monitor your automation infrastructure on the go.
- 📊 Dynamic Dashboard: Real-time statistics of your instance, including execution success rates and active workflows.
- ⚙️ Workflow Management: Toggle workflows on/off, view details, and monitor specific node configurations.
- 🕒 Execution Tracking: Detailed history of all workflow runs with error logs and retry capabilities.
- 🔐 Credential Secure View: Manage and check your credentials status across multiple instances.
- 🔔 Push Notifications: (Android) Get alerted immediately when a workflow fails or requires attention.
- 🌓 Multi-Instance Support: Seamlessly switch between different n8n servers.
- Language: Kotlin
- UI Framework: Jetpack Compose
- Architecture: MVVM with Clean Architecture
- Dependency Injection: Hilt
- Local Database: Room
- Networking: Retrofit & OkHttp
- Download the latest
.aabor.apkfrom the Releases section. - For development:
cd android ./gradlew assembleDebug
- Open
ios/n8nMobileManager.xcodeprojin Xcode. - Ensure you have the latest Swift toolchain installed.
- Build and Run on your simulator or physical device.
| Dashboard | Workflows | Executions |
|---|---|---|
![]() |
![]() |
![]() |
Your data security is paramount:
- On Android, login credentials and n8n API keys are encrypted locally with Android Keystore. The app communicates directly with your n8n instance; secrets are not sent to a middle-man service.
- The app communicates directly with your n8n instance; no middle-man servers are involved.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ for the n8n community.


