Download WoodBox
Get started with WoodBox in minutes. Download the official installer for Windows.
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)
Windows Installer
Official setup wizard for Windows 10/11
Download InstallerChecksum (SHA-256)
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
Download the Installer
Click the download button above to get the WoodBox Setup Wizard. Save the file to your Downloads folder.
Run the Installer
Double-click the downloaded file. If Windows SmartScreen appears, click "More info" then "Run anyway".
Follow the Setup Wizard
The installer will guide you through the process. You can choose installation location and optional components.
Verify Installation
Open a new Command Prompt or PowerShell window and type woodbox --version to verify installation.
WoodBox version 1.2.0
Other Download Options
Frequently Asked Questions
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.
The installer requires Windows 10 or later. For Windows 7/8, you can use the manual installation method or download the portable version.
You can uninstall WoodBox through Windows Settings > Apps > Apps & features, or use the uninstaller in the Start Menu under WoodBox.
Yes! The installer includes a "Examples" folder in the installation directory with sample .wb files to help you get started.
Yes! We provide extensions for VS Code and syntax highlighting for popular editors. Check our documentation for setup instructions.