Download Pebble

Current Version: 0.1.0

Pebble Interpreter

Download the Pebble interpreter for your operating system:

🐧

Linux

64-bit executable for Linux

Download for Linux

~2 MB

🍎

macOS

64-bit executable for macOS

Download for macOS

~800 KB

🪟

Windows

64-bit executable for Windows

Download for Windows

~800 KB

Installation Instructions

# 1. Download and extract the zip file
# 2. Make the binary executable (Linux/macOS only):
chmod +x pebble-linux    # or pebble-macos

# 3. Move to a directory in your PATH (optional):
sudo mv pebble-linux /usr/local/bin/pebble

# 4. Verify installation:
pebble --version

VS Code Extension

Get syntax highlighting, error reporting, and IDE features for Pebble in Visual Studio Code.

📦

Pebble for VS Code

Official VS Code extension with full language support

Download VSIX

~2.2 MB

How to Install the VS Code Extension

Method 1: Using VS Code UI

  1. Download the .vsix file
  2. Open Visual Studio Code
  3. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
  4. Click the "..." menu at the top of the Extensions view
  5. Select "Install from VSIX..."
  6. Choose the downloaded pebble-vscode-v0.1.0.vsix file
  7. Restart VS Code when prompted

Method 2: Using Command Line

# Install the extension using the code command:
code --install-extension pebble-vscode-v0.1.0.vsix

# Verify installation:
code --list-extensions | grep pebble

Extension Features

  • ✅ Syntax highlighting for .pbl files
  • ✅ Error diagnostics and warnings
  • ✅ Code completion and IntelliSense
  • ✅ Go to definition (F12)
  • ✅ Batch-renaming
  • ✅ Hover documentation for built-in functions and doc comments (##)

System Requirements

Minimum Requirements:

  • OS: Linux (x86_64), macOS (x86_64), or Windows (x86_64)
  • RAM: ~3 MB for basic scripts (grows with program complexity)
  • Disk Space: ~2 MB for interpreter
  • Dependencies: None! Pebble is a standalone executable