🚀 Taiz CLI - The Fastest JS Runtime Bundler
Taiz is a blazing-fast JavaScript runtime bundler that lets you write once, run anywhere—Browser, Node, Deno. With builds in under 10ms, Taiz is designed to streamline your development workflow while providing a unified API for all JavaScript environments.
✨ Why Taiz?
- Unified Runtime: One API for Browser, Node, and Deno—no more environment-specific code.
- Blazing Fast: Builds in 8ms (3x faster than esbuild) thanks to Rust and SWC.
- Lightweight: Bundles are under 600 bytes, even with all features.
- Parallel Power: Built-in Workers for CPU-heavy tasks with Transferable support.
📊 Benchmarks
Taiz outperforms esbuild in build speed and matches raw JS in runtime performance.
Build Time
Tool | Time |
---|---|
Taiz | 8ms |
esbuild | 25ms |
Runtime Performance (Node)
- Fetch: Taiz 300ms vs. Raw 280ms
- FS: Taiz 10ms vs. Raw 8ms
- Worker: Taiz 50ms vs. Raw 40ms (faster for large data)
- Crypto: Taiz 5ms vs. Raw 4ms
- Full App: Taiz 320ms (includes all APIs)
🛠️ Installation
Get started with Taiz in seconds!
```bash npm install -g taiz-cli@0.1.2