From b7ab4410a654a0e149a014c608cf74b50ad0ecd8 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 26 Jan 2026 00:58:14 -0800 Subject: [PATCH] Update README.md to reflect new download links and remove Linux support - Updated download links for macOS and Windows, including new file formats and naming conventions. - Removed Linux download option, with a note indicating that Linux builds are coming soon due to GitHub runner disk space limitations. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c0fa2824..fda8a22a 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,16 @@ Built with **Tauri** (Rust), **TypeScript**, **React**, and **Python**. Native p ## Download -Voicebox is available now for macOS, Windows, and Linux. +Voicebox is available now for macOS and Windows. | Platform | Download | |----------|----------| -| macOS (Apple Silicon) | [voicebox-macos-arm64.dmg](https://github.com/voicebox-sh/voicebox/releases/latest) | -| macOS (Intel) | [voicebox-macos-x64.dmg](https://github.com/voicebox-sh/voicebox/releases/latest) | -| Windows | [voicebox-windows-x64.exe](https://github.com/voicebox-sh/voicebox/releases/latest) | -| Linux | [voicebox-linux-x64.AppImage](https://github.com/voicebox-sh/voicebox/releases/latest) | +| macOS (Apple Silicon) | [voicebox_aarch64.app.tar.gz](https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_aarch64.app.tar.gz) | +| macOS (Intel) | [voicebox_x64.app.tar.gz](https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_x64.app.tar.gz) | +| Windows (MSI) | [voicebox_0.1.0_x64_en-US.msi](https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_0.1.0_x64_en-US.msi) | +| Windows (Setup) | [voicebox_0.1.0_x64-setup.exe](https://github.com/jamiepine/voicebox/releases/download/v0.1.0/voicebox_0.1.0_x64-setup.exe) | + +> **Linux builds coming soon** — Currently blocked by GitHub runner disk space limitations. ---