https://github.com/getarcaneapp/ios
The Official Arcane iOS App.
https://github.com/getarcaneapp/ios
Last synced: about 1 month ago
JSON representation
The Official Arcane iOS App.
- Host: GitHub
- URL: https://github.com/getarcaneapp/ios
- Owner: getarcaneapp
- Created: 2026-05-08T03:31:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-20T16:43:16.000Z (about 1 month ago)
- Last Synced: 2026-06-20T18:21:49.366Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 6.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## About
Arcane Mobile is the official iOS companion for [Arcane](https://github.com/getarcaneapp/arcane). It connects to any Arcane manager or agent and lets you browse and operate your Docker environments — containers, images, volumes, networks, and Compose projects — from your phone.
## Documentation
For setup instructions, configuration details, and development guides, visit the **[official documentation site](https://getarcane.app)**.
## Requirements
- iOS 18 or later (the Liquid Glass interface is used on iOS 26+; iOS 18 falls back to materials)
- An Arcane server reachable over HTTPS
## Building
This is a SwiftUI app targeting iOS 18+ in Swift 6 strict-concurrency mode. On iOS 26 and later it adopts Liquid Glass; on iOS 18 those surfaces fall back to materials via the helpers in `Arcane Mobile/Extensions/GlassCompat.swift`.
```sh
open "Arcane Mobile.xcodeproj"
```
The project depends on [`libarcane-swift`](https://github.com/getarcaneapp/libarcane-swift) via Swift Package Manager and resolves its packages automatically on first build.
## Reporting Issues
Found a bug or have a feature request? [Open an issue on GitHub](https://github.com/getarcaneapp/ios/issues).
## Translating
Help translate Arcane on Crowdin: https://crowdin.com/project/arcane-docker-management
Thank you for checking out Arcane Mobile! Your feedback and contributions are always welcome.