osquery is an operating system instrumentation framework for OS X and Linux. It makes low-level operating system analytics performant and intuitive. For downloads, and community resources visit<br/>**[http://osquery.io](http://osquery.io/)**
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.
SQL tables are implemented via a simple plugin and extensions API. A variety of tables already exist and more are being written: [http://osquery.io/tables](http://osquery.io/tables). To best understand the expressiveness that is afforded to you by osquery, consider the following SQL queries:
For latest stable and nightly builds for OS X and Linux (deb/rpm), as well as yum and apt repository information visit [http://osquery.io/downloads](http://osquery.io/downloads/).
[Building](https://github.com/facebook/osquery/wiki/building-the-code) osquery from source is encouraged! Join our developer community by giving us feedback in Github issues or submitting pull requests!
Facebook has a [bug bounty](https://www.facebook.com/whitehat/) program that includes osquery. If you find a security vulnerability in osquery, please submit it via the process outlined on that page and do not file a public issue. For more information on finding vulnerabilities in osquery, see a recent blog post about [bug-hunting osquery](https://www.facebook.com/notes/facebook-bug-bounty/bug-hunting-osquery/954850014529225).
If you're interested in learning more about osquery, visit the [wiki](https://github.com/facebook/osquery/wiki) and browse our RFC-labeled Github issues.