Build with tauri.
yarn install
yarn dev # for web
yarn app:dev # for app dev
yarn app:build # for app buildMake sure you have the right .env file before running the script.
The .env file should contain the following variables:
GITHUB_TOKEN=your GITUB_TOKEN
Run the script to download the binaries
bash ./download_binaries.shyarn tauri build
yarn tauri build:intel # for Intel Mac
yarn tauri build:arch # for Arch MacFor local build we need to make sure we have installed the "x86-64-apple-darwin" target for the Rust toolchain.
export RUSTUP_DIST_SERVER=https://rsproxy.cn
export RUSTUP_UPDATE_ROOT=https://rsproxy.cn/rustup
rustup target add x86_64-apple-darwinCreate a new release with a new version tag and the GitHub Action will automatically build the app and upload the binaries to the release.
~/Library/Application\ Support/com.aiden.chat/Logs~/Library/Application\ Support/com.aiden.chat/config- update the
versioninsrc-tauri/resource/tauri.conf.json - update the mcp server config content, make sure you set the right
"aiden_type": "default"in the config file.