An attack tree visualiser built in Node.js, with electron, D3 and React. Create attack trees as text then navigate them as a tree, saving and loading them as you please.
Currently the application is only available for Mac:
npm install -g gulp
npm install
- To compile and run the application, run
gulp dev
- To run the tests, run
gulp test
. - To package the app into a distributable application, run
gulp package