Getting Started
Scriptling can be used two ways: as a standalone command-line tool, or embedded inside a Go application. Choose the path that’s right for you.
Using the CLI
Install the Scriptling CLI and start running scripts from the command line. Includes interactive mode, HTTP server, and MCP server capabilities.
- Install on macOS, Linux, or Windows
- Run scripts, use the REPL, or start a server
- No Go knowledge required
Embedding in Go
Add scripting capabilities to your Go application. Register libraries, exchange variables, and create custom extensions.
- Single dependency, minimal binary size
- Register built-in or custom libraries
- Sandboxed execution with configurable security
VSCode Extension
Get syntax highlighting and language support for Scriptling in Visual Studio Code.
- Syntax highlighting
- Language support
Already know what you need?
- Language Guide - Complete language reference
- Libraries - Library usage and APIs
- CLI Reference - Full command-line documentation
- Go Integration - Deep dive into embedding