v0.1.0
🐾 meow v0.1.0
This is the very first public preview of meow! The core foundations are locked in, and a large majority of massive real-world complex frameworks—including Next.js 15, Vite, SvelteKit, and Astro—already work natively drop-in out of the box.
⚠️ CRITICAL DISCLAIMER: This is a very early, experimental v0.1.0 release. It is NOT intended for production use. You WILL hit edge cases, missing APIs, or execution bugs. If you do, please open a GitHub Issue instantly—it helps us shoot them down immediately!
🔥 What's Inside
- Unified AST Model: Powered by a single, lossless native parse via Oxc driving the formatter, linter, type-stripping runtime, and bundler simultaneously.
- Hyper-Fast Package Manager: Dropping down to the kernel layer with OS Copy-on-Write (
clonefileon APFS, recursive hardlinks, and NTFS junctions) to completely bypass sequential disk I/O bottlenecks. - Hardened Control Plane: Standard web APIs and a multi-threaded isolate worker engine (
node:worker_threads) anchored safely behind a tuned Google V8 runtime. - Capabilities-Aware Sandbox: Strict isolation modes (
strict-webvsnode-compat) paired with an orthogonal execution network/filesystem gate (meow xis sandboxed by default;meow runis trusted).
🐾 Install & Run
# Install meow to ~/.meow/bin in one line
curl -fsSL https://meow.style/install | sh
# Scaffold a project
meow init
# Install your heavy framework dependencies instantly
meow install
# Run your production framework build pipeline
meow run build
Go break things, test your heaviest repositories, and report those edge cases on our issue tracker! 🐾⚡