Skip to content

Releases: Gecko129/AirShare

AirShare v0.5.0 Beta

13 Jan 21:44

Choose a tag to compare

AirShare v0.5.0 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.5.0

  • Interactive guided tour powered by driver.js, welcoming users through all tabs: Transfer, Devices, History, and Settings with step-by-step popovers.
  • Automatic first-launch tour that highlights key features like file drop zone, device list, history log, and appearance settings, skipping if previously completed.

Features

  • P2P file transfer between devices on the same LAN
  • Modern React + Tauri interface with improved usability and accessibility
  • Sidebar with suggestions and statistics to enhance user control and insight
  • Filterable transfer history for quick access to previous transfers by date, status, or device
  • Trusted devices support for automatic acceptance from verified devices
  • Real-time progress and ETA for single and multiple files
  • Multilingual interface: Italian, English, Spanish, French, German, Chinese
  • Cross-platform support: macOS, Windows & Linux

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability improvements ongoing

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is essential to improving AirShare.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:

    • ARM: Mount AirShare-ARM64.dmg and drag AirShare.app into Applications.
    • Intel: Mount AirShare-x86_64.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app
  • Linux

    • Debian/Ubuntu (.deb)

      • x86_64
        sudo dpkg -i AirShare-Linux.deb
        sudo apt-get install -f
      • ARM64
        sudo dpkg -i AirShare-Linux-ARM64.deb
        sudo apt-get install -f
    • AppImage

      • x86_64
        chmod +x AirShare-Linux.AppImage
        ./AirShare-Linux.AppImage
      • ARM64
        chmod +x AirShare-Linux-ARM64.AppImage
        ./AirShare-Linux-ARM64.AppImage

AirShare v0.4.0 Beta

14 Nov 20:48

Choose a tag to compare

AirShare v0.4.0 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.4.0

  • Completely redesigned UI for a modern, sleek user experience
  • New sidebar featuring smart suggestions and detailed transfer stats at a glance
  • Transfer history with advanced filters to easily track and manage past file transfers
  • Trusted devices management to automatically accept transfers from your selected devices
  • Integrated Terms and Conditions and Privacy Policy for clear and transparent app usage

Features

  • P2P file transfer between devices on the same LAN
  • Modern React + Tauri interface with improved usability and accessibility
  • Sidebar with suggestions and statistics to enhance user control and insight
  • Filterable transfer history for quick access to previous transfers by date, status, or device
  • Trusted devices support for automatic acceptance from verified devices
  • Real-time progress and ETA for single and multiple files
  • Multilingual interface: Italian, English, Spanish, French, German, Chinese
  • Cross-platform support: macOS, Windows & Linux

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability improvements ongoing
  • Linux support is experimental and may have limited functionality

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is essential to improving AirShare.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:

    • ARM: Mount AirShare-ARM64.dmg and drag AirShare.app into Applications.
    • Intel: Mount AirShare-x86_64.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app
  • Linux

    • Debian/Ubuntu (.deb)

      • x86_64
        sudo dpkg -i AirShare-Linux.deb
        sudo apt-get install -f
      • ARM64
        sudo dpkg -i AirShare-Linux-ARM64.deb
        sudo apt-get install -f
    • AppImage

      • x86_64
        chmod +x AirShare-Linux.AppImage
        ./AirShare-Linux.AppImage
      • ARM64
        chmod +x AirShare-Linux-ARM64.AppImage
        ./AirShare-Linux-ARM64.AppImage

AirShare v0.3.2 Beta

19 Sep 13:35

Choose a tag to compare

AirShare v0.3.2 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.3.2

  • Single confirmation for multi-file transfers
    When sending multiple files together, AirShare now asks for confirmation only once, and lets you pick the save location a single time for the whole batch.
  • Improved batch handling
    Unified batch IDs ensure grouped transfers behave consistently.
  • Minor stability updates

Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress and ETA for single and multiple files
  • Completion notifications once a transfer finishes
  • Multilingual interface: Italian, English, Spanish, French, German, Chinese
  • Prompt to accept incoming transfers and choose where to save them
  • Cross-platform support: macOS, Windows & Linux

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions
  • Linux support is experimental and may have limited functionality

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:

    • ARM: Mount AirShare-ARM64.dmg and drag AirShare.app into Applications.
    • Intel: Mount AirShare-x86_64.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app
  • Linux

    • Debian/Ubuntu (.deb)

      • x86_64
        sudo dpkg -i AirShare-Linux.deb
        sudo apt-get install -f
      • ARM64
        sudo dpkg -i AirShare-Linux-ARM64.deb
        sudo apt-get install -f
    • AppImage

      • x86_64
        chmod +x AirShare-Linux.AppImage
        ./AirShare-Linux.AppImage
      • ARM64
        chmod +x AirShare-Linux-ARM64.AppImage
        ./AirShare-Linux-ARM64.AppImage

AirShare v0.3.1 Beta

17 Sep 18:47

Choose a tag to compare

AirShare v0.3.1 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.3.1

  • Linux ARM64 support
    AirShare is now compatible with Linux ARM64 devices.
  • Removed unnecessary popups
  • Minor bug fixes
    Improved overall cross-platform stability.

Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress and ETA for single and multiple files
  • Completion notifications once a transfer finishes
  • Multilingual interface: Italian, English, Spanish, French, German, Chinese
  • Prompt to accept incoming transfers and choose where to save them
  • Cross-platform support: macOS, Windows & Linux

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions
  • Linux support is experimental and may have limited functionality

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:

    • ARM: Mount AirShare-ARM64.dmg and drag AirShare.app into Applications.
    • Intel: Mount AirShare-x86_64.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app
    

Then you can open the app normally.

  • Linux

    • Debian/Ubuntu (.deb)

      • x86_64
        sudo dpkg -i AirShare_0.3.1_amd64.deb
        sudo apt-get install -f   # to resolve dependencies
      • ARM64
        sudo dpkg -i AirShare_0.3.1_arm64.deb
        sudo apt-get install -f   # to resolve dependencies
    • **AppImage **

      • x86_64
        chmod +x AirShare_0.3.1_amd64.AppImage
        ./AirShare_0.3.1_amd64.AppImage
      • ARM64
        chmod +x AirShare_0.3.1_aarch64.AppImage
        ./AirShare_0.3.1_aarch64.AppImage

AirShare v0.3.0 Beta

16 Sep 15:01

Choose a tag to compare

AirShare v0.3.0 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.3.0

  • Multilingual support added
    AirShare now supports Italian, English, Spanish, French, German, and Chinese.
  • Multiple file transfers
    You can now send multiple files at once instead of a single file.
  • Unified progress and ETA
    The progress bar and ETA now track the overall transfer of all files, not just individual ones.
  • Transfer acceptance prompt
    Receive a prompt to accept or decline incoming files.
  • Custom save location
    After accepting a transfer, choose where to save the files.
  • Settings panel added
    The language selection is now available in the new settings panel.

Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress and ETA for single and multiple files
  • Completion notifications once a transfer finishes
  • Multilingual interface: Italian, English, Spanish, French, German, Chinese
  • Prompt to accept incoming transfers and choose where to save them
  • Cross-platform support: macOS, Windows & Linux

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions
  • Linux support is experimental and may have limited functionality

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:

    • ARM: Mount AirShare-ARM64.dmg and drag AirShare.app into Applications.
    • Intel: Mount AirShare-x86_64.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app
    

Then you can open the app normally.

  • Linux:
    • Debian/Ubuntu (.deb):
      Install with:
      sudo dpkg -i AirShare-linux.deb
      sudo apt-get install -f   # to resolve dependencies
    • AppImage (universal):
      Make it executable and run:
      chmod +x AirShare-linux-AppImage
      ./AirShare-linux-AppImage

AirShare v0.2.0 Beta

29 Aug 18:35

Choose a tag to compare

AirShare v0.2.0 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.2.0

  • Improved transfer progress tracking
    The upload progress bar now shows the exact percentage throughout the transfer.
  • ETA (Estimated Time of Arrival) added
    Each transfer now includes a time estimate for completion.
  • File size display fix
    The correct file size is now displayed instead of showing 0 Bytes.

Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress with percentage and ETA
  • Completion notifications once a transfer finishes
  • Dedicated AirShare folder inside Documents for received files
  • Cross-platform support: macOS & Windows

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:
    Mount AirShare.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app

Then you can open the app normally.

AirShare v0.1.1 Beta

23 Aug 17:59

Choose a tag to compare

AirShare v0.1.1 Beta Pre-release
Pre-release

Beta
Platform
Tauri
Backend Rust
Frontend React


What’s New in v0.1.1

  • Windows compatibility added 🎉
    AirShare is now available for both macOS (.dmg) and Windows (.exe)

Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress: upload progress bar with percentage
  • Completion notifications once a transfer finishes
  • Dedicated AirShare folder inside Documents for received files
  • Cross-platform support: macOS & Windows

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Installation

  • Windows:
    Run AirShare-Setup.exe and follow the installer steps.

  • macOS:
    Mount AirShare.dmg and drag AirShare.app into Applications.

    ⚠️ On some macOS systems, the app may be flagged as "damaged" due to Gatekeeper quarantine.
    If that happens, run the following command in Terminal to remove the quarantine flag:

    xattr -rd com.apple.quarantine /Applications/AirShare.app

    Then you can open the app normally.

AirShare v0.1.0 Beta

23 Aug 16:15

Choose a tag to compare

AirShare v0.1.0 Beta Pre-release
Pre-release

Beta
Made with Tauri
Backend Rust
Frontend React


Features

  • P2P file transfer between devices on the same LAN
  • Modern interface powered by React + Tauri
  • Real-time progress: upload progress bar with percentage
  • Completion notifications once a transfer finishes
  • Dedicated AirShare folder inside Documents for received files

⚠️ Beta Notes

  • This is a beta release: expect possible bugs or crashes
  • Optimized for transfers on local networks only
  • Performance and stability will improve in future versions
  • Windows compatibility is not yet included → it will arrive with v0.1.1

Feedback & Bug Reports

If you find an issue:

  1. Open a new GitHub Issue
  2. Include:
    • Operating system
    • File size tested
    • Any error messages or logs

Your feedback is key to making AirShare better.


Downloads

  • macOSAirShare.dmg