Download

The Apptrix Community Build, free for open source developers.

Community Build · build 1023b1a

Builds are the latest Community Build published to build-artifacts.apptrix.ai, from commit 1023b1a. Use of the Community Build is governed by the Community License.

Running the macOS build

The macOS downloads are not notarised, so macOS may warn that the app is damaged or from an unidentified developer. After downloading, clear the quarantine flag to run it:

sudo xattr -r -d com.apple.quarantine ~/Downloads/Apptrix_org.app

More detail is in the Fyne troubleshooting guide.

Building your first app

Apptrix produces a native binary, so it builds through the Go toolchain on your own machine. Before your first build you will need:

  • Go 1.19 or newer.
  • A C compiler — Xcode command line tools on macOS, GCC or Clang on Linux, or the MinGW-w64 toolchain on Windows.
  • Platform SDKs, only for mobile — Xcode for iOS, and the Android SDK and NDK for Android. Desktop targets need neither.

The Fyne getting started guide covers the toolchain setup in detail; once it can build a Fyne app, it can build an Apptrix one.

Licence

The Community Build is free to use for open source projects. See the Community License for the terms. If you are building something proprietary, or you want AI assistance and cloud builds, the commercial platform is at apptrix.ai.