The ISC licensed codebase behind http://chiselapp.com.
To get your own local copy over secure https, issue the following commands:
fossil clone https://chiselapp.com/user/rkeene/repository/flint flint.fossil mkdir flint && cd flint fossil open flint.fossil
To get your own local copy over normal http, issue the following commands:
fossil clone http://chiselapp.com/user/rkeene/repository/flint flint.fossil mkdir flint && cd flint fossil open flint.fossil