Try Substation on macOS / Linux

Substation ships with an example application (client/file) that runs natively on macOS and Linux.

Follow the instructions below to install dependencies and run the application:

Install Dependencies

These dependencies can be verified by running make check from the project root.

Download, Build, and Run the Application


git clone https://github.com/brexhq/substation.git && \
cd substation/examples && \
make -s check && \
make -s build && \
cd cmd/client/file/substation && \
./substation -config ./config.json -file ./data.json
{"foo":"bar","qux":"quux"}