e621 client written in Swift. Obviously, e621 is a NSFW website, so if you're under 18, you shouldn't be downloading this.
- macOS with Xcode installed (Xcode 14+ recommended)
- Swift 5.8 or newer
- An Apple developer account to run on a physical device (optional for simulator builds)
git clone https://github.com/gl-ungus/hexa.git
cd hexa
swift build -c release
cd Scripts
./build-app.shFor testing, swift run also works for temporary tests.