Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Try-Wind/Wake

Wake v0.1.5 - Auto-Download Fix

08 Aug 16:35

Choose a tag to compare

๐Ÿš€ Major npm Package Fix

This release fixes the issue where the Wake binary wasn't being downloaded during npm installation.

โœจ What's New

  • Auto-download on first run: If the binary is missing, running wake will automatically download it
  • Manual download command: Added npm run download command for manual binary download
  • Better error handling: Improved error messages and recovery options
  • Fallback mechanisms: Multiple ways to ensure the binary gets installed

๐Ÿ› Fixes

  • Fixed postinstall script issues on Windows
  • Fixed npm installation not downloading binary
  • Improved compatibility with corporate environments that block postinstall scripts

๐Ÿ“ฆ Installation

Via npm (Now more reliable!) ๐ŸŽ‰

npm install -g @trywind/wake

If the binary doesn't download during install, just run:

wake
# It will auto-download on first run!

Alternative: Manual download after npm install

cd $(npm root -g)/@trywind/wake
npm run download

๐Ÿ”ง Troubleshooting

If you still have issues:

  1. Clear and reinstall:

    npm uninstall -g @trywind/wake
    npm cache clean --force
    npm install -g @trywind/wake
  2. Enable debug mode:

    WAKE_DEBUG=1 wake  # Linux/Mac
    set WAKE_DEBUG=1 && wake  # Windows
  3. Manual binary download:
    Download from the assets below and place in:

    • Windows: %APPDATA%\npm\node_modules\@trywind\wake\bin\wake.exe
    • Linux/Mac: $(npm root -g)/@trywind/wake/bin/wake

๐Ÿ“š Documentation

๐Ÿ“ฆ Assets

  • Linux x64: wake-linux-x64
  • Windows x64: wake-windows-x64.exe
  • macOS: Coming soon

Full Changelog: v0.1.4...v0.1.5

Wake v0.1.4 - Windows npm Fix

08 Aug 16:16

Choose a tag to compare

๐Ÿ› Bug Fixes

This release fixes critical issues with the npm package on Windows systems.

What's Fixed

  • Fixed Windows npm package: Resolved "spawn UNKNOWN" error when running wake on Windows
  • Improved binary download: Better error handling and verification during npm installation
  • Enhanced wrapper script: More robust process spawning for Windows compatibility
  • Better installation feedback: Shows binary size and installation path for debugging

๐Ÿ“ฆ Installation

Via npm (Recommended) - Now works on Windows! ๐ŸŽ‰

npm install -g @trywind/wake

Direct Download

  • Linux x64: wake-linux-x64
  • Windows x64: wake-windows-x64.exe

๐Ÿ”ง Technical Details

  • Fixed file descriptor handling in Windows wrapper
  • Added binary verification after download
  • Improved error messages for troubleshooting
  • Added debug mode support (set WAKE_DEBUG=1 for verbose output)

๐Ÿ“ npm Package Updates

The npm package has been updated to version 0.1.4. To update:

npm update -g @trywind/wake

๐Ÿ™ Thanks

Thanks to users who reported the Windows compatibility issue!


Full Changelog: v0.1.3...v0.1.4

Wake v0.1.3 - Hardware-First Coding Agent

08 Aug 15:40

Choose a tag to compare

๐ŸŽ‰ Wake v0.1.3 - Initial Release

We are excited to announce the first release of Wake, a hardware-first coding agent by Wind!

๐Ÿ“ฆ Available Binaries

  • Linux x64: wake-linux-x64
  • Windows x64: wake-windows-x64.exe
  • macOS: Coming soon (requires macOS build environment)

๐Ÿš€ Quick Installation

Linux

wget https://github.com/Try-Wind/Wake/releases/download/v0.1.3/wake-linux-x64
chmod +x wake-linux-x64
./wake-linux-x64

Windows

Download wake-windows-x64.exe from the assets below and run it.

From Source

git clone https://github.com/Try-Wind/Wake.git
cd Wake
cargo install --path wake-cli

๐Ÿ“ What is Wake?

Wake is a hardware-first coding agent designed to interact with hardware devices and assist in embedded systems development. It provides:

  • Hardware interaction capabilities
  • Multi-platform support
  • Intuitive TUI interface
  • AI-powered coding assistance

๐Ÿ› ๏ธ Build Information

  • Built with Rust 1.89.0
  • Linux binary: Built on Debian (glibc compatible)
  • Windows binary: Built with MinGW (x86_64)

๐Ÿ“š Documentation

๐Ÿ› Known Issues

  • macOS binaries are not yet available (require macOS build environment)
  • Some TUI features may have minor visual artifacts

๐Ÿ™ Contributors

Thanks to everyone who contributed to making this release possible!

๐Ÿ“ฎ Feedback

Please report any issues or suggestions on our GitHub Issues page.


Built with โค๏ธ by Wind