Releases: shubhdevelop/YAPL
Yapl-alpha-0.0.1
YAPL Release Notes
🎉 Latest Release - Development Build
Release Date: September 26, 2025
Build Status: ✅ Success
Build Duration: 41s
Commit: [1a65cd4](https://github.com/shubhdevelop/YAPL/commit/1a65cd40143ea274127df6287d7a620ac3039a7d)
📦 Downloads
Choose the appropriate binary for your platform:
Linux
- AMD64 (x86_64):
[app-linux-amd64.tar.gz](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.23 MB) - ARM64:
[app-linux-arm64.tar.gz](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.16 MB)
macOS
- Intel (AMD64):
[app-darwin-amd64.tar.gz](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.21 MB) - Apple Silicon (ARM64):
[app-darwin-arm64.tar.gz](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.17 MB)
Windows
- AMD64 (x86_64):
[app-windows-amd64.zip](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.27 MB) - ARM64:
[app-windows-arm64.zip](https://github.com/shubhdevelop/YAPL/actions/runs/18047482831)(1.19 MB)
🔧 Installation
Linux & macOS
# Download the appropriate archive for your platform
# Extract the archive
tar -xzf app-*-*.tar.gz
# Make executable (if needed)
chmod +x app
# Run YAPL
./appWindows
- Download the appropriate
.zipfile for your platform - Extract the archive
- Run
app.exe
🚀 What's New
Changes in this build:
- Fixed workflow configuration - Removed test suite requirement as no test suite is currently implemented
- Cross-platform support - Built for 6 different platform/architecture combinations
- Optimized builds - Reduced binary sizes across all platforms
Platform Support:
- ✅ Linux (AMD64 & ARM64)
- ✅ macOS (Intel & Apple Silicon)
- ✅ Windows (AMD64 & ARM64)
📋 System Requirements
Minimum Requirements:
- Linux: Any modern Linux distribution
- macOS: macOS 10.12 Sierra or later
- Windows: Windows 10 or later
Architecture Support:
- x86_64 (AMD64)
- ARM64 (AArch64)
🔍 Build Information
Build Environment: Ubuntu Latest
Go Version: 1.21
Build Trigger: Push to main branch
Artifacts: 6 platform-specific binaries
Build Notes:
- All binaries are statically compiled
- No external dependencies required
- Ready to run out of the box
🐛 Known Issues
- Cache restoration warning: Dependencies file not found (non-critical)
- Test suite not yet implemented
📚 Documentation
For usage instructions, examples, and API documentation, please visit the [YAPL repository](https://github.com/shubhdevelop/YAPL).
🤝 Contributing
We welcome contributions! Please see our contributing guidelines in the repository.
📞 Support
- Issues: Report bugs and request features on [GitHub Issues](https://github.com/shubhdevelop/YAPL/issues)
- Discussions: Join the conversation in [GitHub Discussions](https://github.com/shubhdevelop/YAPL/discussions)
📄 License
This project is licensed under the terms specified in the repository.
Note: This is a development build. For stable releases, please check the [Releases page](https://github.com/shubhdevelop/YAPL/releases) when available.