A multiplatform Holochain app container that runs in the background and is accessible via a system tray icon based on Qt, QML and the C bindings of holochain-rust.
Note that on linux systems you may need to install some dependencies for successful build.
First you must get and build Holochain itself which is added here as a submodule:
git submodule init
git submodule update
Then you can build it just with:
cd holochain-rust
cargo build
given that you have rust installed.
Now either open and build holosqape.pro with Qt Creator (esp. if you want to build for Android or iOS) or run:
qmake
make