Welcome to the Metawork docs!
Metawork is a blazing-fast, low-overhead, and always-on system for recording every aspect of your code's execution. The Metawork alpha is now available for Ruby and Node.js on MacOS and Linux.
On this site, you'll find comprehensive guides and documentation to help you start working with Metawork as quickly as possible, as well as support if you get stuck. Let's jump in!
1. Install the Metawork CLI
eval "$(curl -fsSL get.metawork.com)"
2. Install Metawork-flavored language runtime
mw install ruby
mw install node
3. Run a tutorial script
ruby $METAWORK_HOME/learn/ruby.rb
node $METAWORK_HOME/learn/node.js
Follow the output of that script to view your first recording.
You're all set to use Metawork on your own code! The next step is to learn how to record your code.