Skip to main content

Install

warning

Not released yet. No download exists on any channel today. The source is public and buildable now; see Build from source below.

Distribution channels

CrocApp is planned for four channels. None are live yet.

ChannelState
iOS / iPadOS App StorePlanned
Mac App StorePlanned
macOS direct download (notarized DMG)Planned
Homebrew caskBlocked on notarization

Notes on the blockers:

  • Notarization is not real yet. The project's notarization script currently stops at a dry-run check (syspolicy_check distribution) and does not submit for or staple a real notarization ticket.
  • Homebrew requires codesigning and notarization for official casks as of 2026-09-01, so the cask channel stays blocked until real notarization lands.
  • A TestFlight beta is also planned, for when there is a build to distribute.

Every V1 feature is implemented; what stands between the app and a release is tracked in the project's known issues under "Blocking release".

Build from source

Requires:

  • macOS 26
  • Xcode 26.6
  • Go 1.26.5 or newer (gomobile and gobind install themselves on first run)
git clone https://github.com/bakirgdev/CrocApp.git
cd CrocApp
scripts/build-xcframework.sh # Go engine -> CrocKit/Croc.xcframework
open app/CrocApp.xcodeproj
warning

A fresh clone builds nothing until the xcframework exists. CrocKit's binary target points at a gitignored artifact, so scripts/build-xcframework.sh is not optional.

The app itself requires iOS 26, iPadOS 26, or macOS 26 to run.

Full toolchain reference, build settings, and troubleshooting: docs/BUILDING.md on GitHub.