Skip to content

SDK

ForeverVM offers SDKs in Python and JavaScript/TypeScript.

PythonJavaScript
pypinpm

Installation

Terminal window
pip install forevervm-sdk

SDK

The ForeverVM SDK has two main classes:

  • ForeverVM wraps ForeverVM’s REST API. Use it to manage your machines and for executing one-off instructions.
  • Repl creates a REPL session on a ForeverVM machine. Use it for submitting multiple instructions to a single machine or streaming output.