| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beta-0.0.3 source code.tar.gz | 2026-02-17 | 163.0 MB | |
| beta-0.0.3 source code.zip | 2026-02-17 | 166.0 MB | |
| README.md | 2026-02-17 | 1.3 kB | |
| Totals: 3 Items | 329.0 MB | 0 | |
This is the third Valdi beta release that contains a number of fixes and improvements:
- New cursor rules for the core framework
- Updated dependencies (boringssl, harfbuzz, protobuf, rules_apple, Android NDK)
Improvements to the CLI published to npm:
- Broader Linux distro support in
doctoranddev_setup - Bootstrapped apps are pinned to beta-0.0.3
- Bootstrapped apps now include cursor rules to help distinguish Valdi from other platforms
- Templates for new modules with
--template(ui_component, cpp_bridge_module, ios_android_bridge_module, ios_android_view_module) - Project name sanitization to avoid reserved keywords and dashes
Getting started:
# Install globally
npm install -g @snap/valdi
# Set up your development environment
valdi dev_setup
# Verify your setup
valdi doctor
# Create a new directory for your project
mkdir my_valdi_app
cd my_valdi_app
# Initialize the project
valdi bootstrap
# Build and install on iOS
valdi install ios
# Or build and install on Android
valdi install android
# Start hot reload for development
valdi hotreload