Skip to main content
Version: 0.1.2

Getting started

This guide will walk you through the steps to install and set up the Misti static analyzer.

Prerequisites

Before you begin, ensure you have the following software installed on your system:

Installation

Misti is distributed via npm and should be added to your Tact project in the same way as Tact itself:

yarn add @nowarp/misti

Running the analysis

Run Misti by specifying a Tact project configuration:

npx misti test/projects/simple/tactConfig.json

This will highlight any warnings the analyzer found.

Troubleshooting

If you encounter any issues during the installation process, feel free to create an issue or ask in the Misti Telegram group.