Electron based version of the Holochain Launcher. Currently in prototype phase.
Build the sidecar binaries (requires Rust and Go installed):
bash ./scripts/setup-binaries.sh
or fetch with
mkdir resources/bins
yarn fetch:binaries
Build the Node Rust-add-ons and install dependencies
yarn setup
Download default app
mkdir resources/default-apps
yarn fetch:default-apps
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
Copyright (C) 2019 - 2021, Holochain Foundation
This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (CAL-1.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.