Skip to content

Releases: 0xchasercat/meow

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:41

What's Changed

  • fix(sec): strip Windows verbatim \?\ prefix from sandbox write roots (SEC-001) by @0xchasercat in #1
  • perf(node:fs): fuse writeFileSync onto the single op_fs_write_file_sync by @0xchasercat in #2
  • ci: cross-platform release workflow + install script by @0xchasercat in #3
  • chore(release): dual-license (MIT OR Apache-2.0), v0.1.0, fix install command by @0xchasercat in #4
  • chore: merge foundational stability work into main by @0xchasercat in #5

New Contributors

Full Changelog: https://github.com/0xchasercat/meow/commits/v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:46

🐾 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 (clonefile on 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-web vs node-compat) paired with an orthogonal execution network/filesystem gate (meow x is sandboxed by default; meow run is 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! 🐾⚡