Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 541 Bytes

File metadata and controls

executable file
·
25 lines (16 loc) · 541 Bytes

Osquery Live CircleCI

Try osquery live in the browser. Runs a real osqueryi shell.

See it in action at osquery.live.

Screenshot of Osquery Live

Development

Dependencies

  • Go >= 1.11
  • Node
  • Yarn
  • Osquery

Local testing

yarn install
yarn start

Changes in the JS code will automatically be loaded. When the Go code is changed, restart yarn start.