Update: AFFiNE official client is availble to be downloaded, the latest release link is https://github.com/toeverything/AFFiNE/releases
affine-client is a client for AFFINE based on Tauri
- Windows
- Linux
- MacOS
https://github.com/m1911star/affine-client/releases
- install system requirements
- git clone this repo (including submodule): git clone --recurse-submodules [email protected]:m1911star/affine-client.git
- cd affine-client
sh scripts/build.sh
Navigate to affine-client/tauri/target/release/bundle/
for target file
It may fail when bundling, just retry
This client is only a wrapper without any native api intergration for now.
- add build pipeline
- speed up build
- if you come across an error
dlopen(): error loading libfuse.so.2 AppImages require FUSE to run.
, please installfuse2
first