Skip to content

howthFast JavaScript & TypeScript builds

A commodius vicus of recirculation for your JavaScript.

howth mascot

Benchmarks

Transpile (Apple M3 Pro)

ToolColdWarmPeak RSS
howth1.2ms0.1ms8.2MB
tsc --noEmit975ms-143MB

Test Runner (15 files, 120 tests)

ToolMedianp95Peak RSS
howth19ms20ms-
bun test20ms25ms56.8MB
node --test163ms189ms56.8MB

howth is 8.7x faster than node and 1.05x faster than bun.

Quick Start

sh
# Install
curl -fsSL https://raw.githubusercontent.com/jschatz1/howth/main/install.sh | sh

# Build your project
howth build

# Watch mode
howth build --watch

# Bundle for production
howth bundle src/index.ts -o dist/bundle.js

# Dev server with HMR
howth dev src/index.ts --port 3000

Released under the MIT License.