Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

369 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiden

Build with tauri.

How to start

yarn install

yarn dev # for web
yarn app:dev # for app dev
yarn app:build # for app build

Auto download binaries(Only in dev)

Make 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.sh

How to build (Local)

yarn tauri build
yarn tauri build:intel # for Intel Mac
yarn tauri build:arch # for Arch Mac

For 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-darwin

How to build (Release)

Create a new release with a new version tag and the GitHub Action will automatically build the app and upload the binaries to the release.

Logs location

~/Library/Application\ Support/com.aiden.chat/Logs

MCP config location

~/Library/Application\ Support/com.aiden.chat/config

Default MCP config update steps:

  1. update the version in src-tauri/resource/tauri.conf.json
  2. update the mcp server config content, make sure you set the right "aiden_type": "default" in the config file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages