Skip to content

Additional Packages

The Jint package is the core runtime used throughout this documentation. Add one of these packages when an application needs an optional debugging, browser, automation, command-line, or agent surface.

PackageUse it when you need
Jint.DevToolsChrome DevTools Protocol for an engine hosted by your application
Jint.BrowserHTML, DOM, navigation, extraction, or browser-style automation without rendering
Jint.Browser.PlaywrightPublic Playwright interfaces backed directly by Jint.Browser
Jint.Browser.ToolA command-line browser, CDP endpoint, or ready-made MCP process
Jint.Browser.McpBrowser tools embedded in your own Model Context Protocol server

The browser packages do not render pixels. Use a native browser when you need layout, screenshots, PDF, media, WebGL, or extensions.