Skip to content

Releases: shubhdevelop/YAPL

Yapl-alpha-0.0.1

26 Sep 19:41

Choose a tag to compare

Yapl-alpha-0.0.1 Pre-release
Pre-release

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

macOS

Windows


🔧 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
./app

Windows

  1. Download the appropriate .zip file for your platform
  2. Extract the archive
  3. 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


📄 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.