cd Desktop && cargo build --features gui
cd Desktop && cargo run --features guiDefault features are headless:
cd Desktop && cargo runcd Desktop && cargo build --release --features guicd Shared && cargo test -p arcadia-coreRun after any change to ffi.rs or exported types:
bash Shared/Scripts/build-ios-framework.shRegenerates Mobile/iOS/ArcadiaCore/Generated/ and rebuilds ArcadiaCore.xcframework. Then open ArcadiaApp in Xcode and build.
bash Shared/Scripts/Launcher.sh
pwsh Shared/Scripts/Launcher.ps1bash Shared/Scripts/install-global-commands-macos.shInstalls helpers to ~/.local/bin — ensure it's on PATH.
cd Launchers/Development/OSX && bash build-app.shSee Launchers/Development/OSX/README.md for details.