BaseX icon BaseX

Open Source

Build BaseX from source

Public binary releases are not published yet. Clone the repository, install Flutter, and run BaseX on your desktop platform.

View the repository

Prepare the project

git clone https://github.com/dopcn/base_x.git
cd base_x
flutter pub get

macOS

Run

flutter run -d macos

Release build

flutter build macos --release

Windows

Run

flutter run -d windows

Release build

flutter build windows --release

Linux

Run

flutter run -d linux

Release build

flutter build linux --release