---
title: Command-Line Tools
pagination_prev: demos/mobile/index
pagination_next: demos/data/index
sidebar_custom_props:
  cli: true
---
import current from '/version.js';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';
With the availability of JS engines and the success of server-side platforms,
it is feasible to build command-line tools for various workflows.
This demo covers a number of strategies for building standalone processors. The
goal is to generate CSV output from an arbitrary spreadsheet file.
## V8
The [V8](/docs/demos/engines/v8) demo covers standalone programs that embed the
V8 engine. This demo uses the Rust integration to generate a command line tool.
Tested Deployments (click to show)
This demo was last tested in the following deployments:
| Architecture | V8 Version   | Date       |
|:-------------|:-------------|:-----------|
| `darwin-x64` | `11.4.183.2` | 2023-05-22 |
Tested Deployments (click to show)
This demo was tested in the following deployments:
**`pkg`**
| Architecture | Version | Node Target | Date       |
|:-------------|:--------|:------------|:-----------|
| `darwin-x64` | `5.8.1` | `18.5.0`    | 2023-05-08 |
| `win32-x64`  | `5.8.1` | `18.5.0`    | 2023-05-08 |
| `linux-x64`  | `5.8.1` | `18.5.0`    | 2023-05-08 |
**`nexe`**
| Architecture | Version      | Node Target | Date       |
|:-------------|:-------------|:------------|:-----------|
| `darwin-x64` | `4.0.0-rc.2` | `14.15.3`   | 2023-05-08 |
| `win32-x64`  | `4.0.0-rc.2` | `14.15.3`   | 2023-05-08 |
| `linux-x64`  | `4.0.0-rc.2` | `14.15.3`   | 2023-05-08 |
**`boxednode`**
| Architecture | Version | Node Target | Date       |
|:-------------|:--------|:------------|:-----------|
| `darwin-x64` | `2.0.1` | `20.1.0`    | 2023-05-08 |
| `linux-x64`  | `2.0.1` | `20.1.0`    | 2023-05-08 |
Tested Deployments (click to show)
This demo was last tested in the following deployments:
| Architecture | Version  | Date       |
|:-------------|:---------|:-----------|
| `darwin-x64` | `1.33.2` | 2023-05-08 |
| `win32-x64`  | `1.33.2` | 2023-05-08 |
| `linux-x64`  | `1.33.2` | 2023-05-08 |