#
Desktop applicationThe desktop application is based on electron.
#
LinuxOn Linux, the application is available through the snap store.
sudo snap install forest-app
#
WindowsFor Windows, the current binary is not signed, thus it is very likely that you will have multiple warnings when downloading and installing the app.
You can download the latest Windows release on this page.
#
Server application#
DockerA docker image is available to host Forest.
To start the docker image run the command :
docker run -dp 9400:9400 pnmougel/forest
The forest application should be available at http://localhost:9400
.
#
SnapFor Linux, the forest server application is also available through the snap store.
sudo snap install forest-server
The default port is 9400 and can be configured with the snap
command.
sudo snap set forest-server port=9500