rari-darwin-arm64
v0.10.19
Published
Runtime Accelerated Rendering Infrastructure (macOS ARM64 binary)
Downloads
1,996
Maintainers
Readme
rari-darwin-arm64
Platform-specific binary for rari on macOS ARM64 (Apple Silicon)
This package contains the native macOS ARM64 binary for rari, a high-performance React Server Components framework powered by Rust.
Platform Support
- Operating System: macOS
- Architecture: ARM64
- Target: Apple Silicon Macs (M1, M2, M3, M4)
Installation
This package is automatically installed as an optional dependency when you install the main rari package:
npm install rariYou typically don't need to install this package directly. The main rari package will automatically download the correct binary for your platform.
Usage
This package is used internally by the rari CLI. After installing rari, you can use it directly:
# Development server
npx rari dev
# Production build
npx rari build
# Start production server
npx rari startQuick Start
Create a new rari application:
npm create rari-app@latest my-app
cd my-app
npm run devVisit rari.build for complete documentation.
Links
- Documentation: rari.build/docs
- GitHub: github.com/rari-build/rari
- Discord: Join our community
- npm: npmjs.com/package/rari
License
MIT License - see LICENSE for details.
