v3.0.1
This major release replaces our osquery
dependency with kmd
and a set of bash
and powershell
scripts. The net effect of these changes:
- startup time is minimized since we don't have to wait for osquery/Thrift readiness
- scans are significantly faster (4x+)
- the entire app is much more stable - thrift connection dropping and low-level osquery issues are not an issue anymore
- app size reduction - though it's electron and big by default, not bundling the osquery binaries reduces the overall bundle size by a few MBs