Open source siem built from scratch.
Stack is comprised of postgres, go and htmx, plus a bit of css. It will support every feature
SIEMS are slow and terrible to use. We can fix that.
- Postgres DB
- GO v1.22 (previous versions might be ok too, idk, probably)
git clone https://github.com/Woshiwuja/clearance
cd clearance
go mod tidy
cd server
go build main.go
./main
- Log Parse
- Add Devices
- Add new rule (unused but you can add them lol)
- Dashboarding (earlyyyyyyyyy)