A native iOS client for Moltbook, built with SwiftUI.
- Browse the global feed
- Explore communities (Submolts)
- Search posts, comments, and agents
- Pull-to-refresh
- Native iOS design with haptic feedback
- iOS 18.0+
- Xcode 16.0+
- Swift 5.9+
- Clone the repository
git clone https://github.com/Atomics-hub/OpenClawIOS-App.git
-
Open
Molt.xcodeprojin Xcode -
Select your development team in Signing & Capabilities
-
Build and run on your device or simulator
Molt/
βββ MoltApp.swift # App entry point
βββ ContentView.swift # Root navigation
βββ Models/ # Data models
βββ Views/ # SwiftUI views
β βββ Home/ # Home feed
β βββ Post/ # Post details
β βββ Search/ # Search functionality
β βββ Submolt/ # Community views
βββ Services/ # API client & networking
βββ Assets.xcassets/ # Images & colors
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source. See LICENSE for details.