Skip to content

Commit 649c1dd

Browse files
author
opencode
committed
Update installer and README for flatpak not yet on flathub
1 parent edeeb04 commit 649c1dd

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- [Windows](https://github.com/crhy/Voice2Text-AI/releases/download/v0.2/Voice2Text.exe)
88
- [macOS](https://github.com/crhy/Voice2Text-AI/releases/download/v0.2/Voice2Text)
9-
- [Linux (Flatpak)](https://flathub.org/apps/com.voice2text.app)
9+
- Linux: Flatpak coming soon to [Flathub](https://flathub.org/apps/com.voice2text.app)
1010

1111
A cross-platform Python application that transcribes voice input using GPU-accelerated Whisper, sends text to local Ollama AI models for intelligent responses, and reads the output aloud with text-to-speech.
1212

@@ -34,15 +34,13 @@ Download the latest release for your platform from [GitHub Releases](https://git
3434
- **macOS**: `Voice2Text`
3535

3636
### Option 2: Linux Installer (Recommended for Linux)
37-
For Linux users who don't have Ollama installed, download and run the installer script to set up everything automatically (Ollama, model, and the app):
37+
For Linux users who don't have Ollama installed, download and run the installer script to set up Ollama and the model automatically:
3838
```bash
3939
wget https://github.com/crhy/Voice2Text-AI/releases/download/v0.2/install.sh
4040
chmod +x install.sh
4141
./install.sh
4242
```
43-
This is the easiest way to get started on Linux.
44-
45-
If you already have Ollama installed, install the flatpak from Flathub:
43+
This installs Ollama and the required model. For the app, install the flatpak from Flathub once available:
4644
```bash
4745
flatpak install flathub com.voice2text.app
4846
```

install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ sleep 10
5959
echo "Pulling qwen2.5:0.5b model..."
6060
ollama pull qwen2.5:0.5b
6161

62-
# Install the flatpak
63-
echo "Installing Voice2Text AI flatpak..."
64-
flatpak install -y flathub com.voice2text.app
62+
# Note: Flatpak will be available on Flathub once the PR is merged
63+
echo "Flatpak not yet available on Flathub. Please check back later or install from source."
6564

6665
# Test Ollama
6766
echo "Testing Ollama..."

0 commit comments

Comments
 (0)