-
Weevil v1.0.0-beta2 Pre-Release
released this
2026-01-25 07:17:47 +00:00 | 28 commits to master since this releaseWeevil - FTC Project Generator
Cross-platform tool for generating clean, testable FTC robot projects without editing the SDK installation.
Changes in v1.0.0-beta2
- Fixed unused variable warning (zero warnings in release builds)
- Added automated release build script (
build-release.sh) - Cross-compilation support for Linux and Windows binaries
Download
Download the appropriate binary for your platform:
- Linux:
weevil-v1.0.0-beta2-linux-x86_64.tar.gz - Windows:
weevil-v1.0.0-beta2-windows-x86_64.zip
Extract and run - no installation required!
Quick Start
# Linux/Mac tar -xzf weevil-v1.0.0-beta2-linux-x86_64.tar.gz ./weevil new my-robot # Windows # Extract weevil-v1.0.0-beta2-windows-x86_64.zip weevil.exe new my-robotWhat's Included
- Standalone project generation
- Per-project SDK configuration
- Local unit testing support
- Cross-platform build/deploy scripts
- Project upgrade system
- Configuration management
- Comprehensive test suite
See README.md for full documentation.
Checksums
See
SHA256SUMSfile for verification.Downloads