Ready to Code?

The WoodBox installer makes setup effortless. With just a few clicks, you'll have everything you need to start writing WoodBox scripts.

  • Windows 10 or later
  • 50 MB free disk space
  • Administrator privileges (for PATH setup)
  • Internet connection (for initial download)
Version 1.2.0

Windows Installer

Official setup wizard for Windows 10/11

Download Installer
Size: ~25 MB

Checksum (SHA-256)

a1b2c3d4e5f67890123456789abcdef0123456789abcdef0123456789abcdef

What the Installer Does

Installs woodbox.exe

Copies the WoodBox executable to Program Files\WoodBox for clean system installation.

Adds to System PATH

Automatically adds WoodBox to your system PATH so you can run woodbox from any command prompt or terminal.

Associates .wb Files

Sets up file association so you can double-click any .wb file to execute it with WoodBox.

Creates Start Menu Entry

Adds WoodBox to your Start Menu with documentation links and examples for quick access.

Sets Up Command Completion

Configures command-line auto-completion for faster development (requires PowerShell 5.1+).

Verifies Installation

Runs a verification check after installation to ensure everything is working correctly.

Installation Process

1

Download the Installer

Click the download button above to get the WoodBox Setup Wizard. Save the file to your Downloads folder.

Download: WoodBox-Setup-1.2.0.exe
2

Run the Installer

Double-click the downloaded file. If Windows SmartScreen appears, click "More info" then "Run anyway".

Location: Downloads\WoodBox-Setup-1.2.0.exe
3

Follow the Setup Wizard

The installer will guide you through the process. You can choose installation location and optional components.

Default Install Path: C:\Program Files\WoodBox
4

Verify Installation

Open a new Command Prompt or PowerShell window and type woodbox --version to verify installation.

C:\> woodbox --version
WoodBox version 1.2.0

Frequently Asked Questions

Do I need administrator privileges to install WoodBox?

Yes, administrator privileges are required to add WoodBox to the System PATH and to install to Program Files. If you don't have admin access, consider using the portable version.

Can I install WoodBox on older Windows versions?

The installer requires Windows 10 or later. For Windows 7/8, you can use the manual installation method or download the portable version.

How do I uninstall WoodBox?

You can uninstall WoodBox through Windows Settings > Apps > Apps & features, or use the uninstaller in the Start Menu under WoodBox.

Does the installer include example files?

Yes! The installer includes a "Examples" folder in the installation directory with sample .wb files to help you get started.

Can I use WoodBox with VS Code or other editors?

Yes! We provide extensions for VS Code and syntax highlighting for popular editors. Check our documentation for setup instructions.