You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**HeliboardL** is a fork of [HeliBoard](https://github.com/Helium314/HeliBoard) - a privacy-conscious and customizable open-source keyboard based on AOSP/OpenBoard.
12
12
13
13
This fork adds **AI-powered features** using the Gemini API while maintaining the offline-first philosophy of the original.
14
14
15
15
## What's New in HeliboardL
16
16
17
-
-**🤖 Gemini AI Proofreading** - Fix grammar and spelling with one tap using toolbar key
18
-
-**🌐 AI Translation** - Translate selected text via toolbar
19
-
-**🎨 Enhanced Toolbar UI** - Squircle backgrounds for toolbar keys
20
-
-**🕵️ Incognito Mode Indicator** - Subtle watermark on spacebar when incognito is active
17
+
-**🤖 Gemini AI Proofreading** - Fix grammar and spelling with one tap (Standard only)
18
+
-**🌐 AI Translation** - Translate selected text directly (Standard only)
19
+
-**🎨 Modern UI** - "Squircle" key backgrounds and refined icons (incognito, etc.)
-**🔒 Privacy Choices** - Choose **Standard** (Offline-first with opt-in AI) or **Offline** (Hard-disabled network) versions
21
22
-**📥 Gesture Library Downloader** - Easier setup for glide typing
22
23
23
24
## Screenshots
@@ -33,10 +34,25 @@ This fork adds **AI-powered features** using the Gemini API while maintaining th
33
34
</tr>
34
35
</table>
35
36
37
+
36
38
## Download
37
39
38
40
You can download the latest release from the [GitHub Releases](https://github.com/LeanBitLab/HeliboardL/releases) page.
39
41
42
+
### 📦 Choose Your Version
43
+
44
+
We provide two distinct versions. **Note:** Both versions use the same package name (`helium314.keyboard.l`) and signature. You can only have **one** installed at a time.
45
+
46
+
#### 1. Standard Version (`-standard-release.apk`)
47
+
***Features:** Full suite including **AI Proofreading**, **AI Translation**, and **Gesture Library Downloader**.
48
+
***Permissions:** Request `INTERNET` permission (used *only* when you explicitly use AI features or download libraries).
49
+
***Best For:** Users who want smart features alongside privacy.
50
+
51
+
#### 2. Offline Version (`-offline-release.apk`)
52
+
***Features:** All UI/UX refinements (Squircle keys, new Icons) but **excludes** all AI and network features.
53
+
***Permissions:****NO INTERNET PERMISSION** in the manifest. Guaranteed at the OS level.
54
+
***Best For:** Privacy purists who require a hard guarantee that no data can ever leave the device.
55
+
40
56
## Original HeliBoard Features
41
57
42
58
<ul>
@@ -60,9 +76,26 @@ For original feature documentation, visit the [HeliBoard Wiki](https://github.co
60
76
1. Get your free API key from [Google AI Studio](https://aistudio.google.com/apikey)
61
77
2. Go to HeliboardL Settings → Advanced → Gemini API Key
62
78
3. Enter your API key
63
-
4. Change gemini model to 2.5 flash or 3n
79
+
4. Change Gemini model to **gemini-2.5-flash** or **gemini-3n-e2b-it** for best performance.
80
+
81
+
### AI Translation Setup
82
+
1. Go to Settings → Toolbar → Customize Toolbar and add the "Translate" key.
83
+
2. Go to **Settings → Advanced → Translation Target Language** and select your desired output language.
84
+
85
+
> [!IMPORTANT]
86
+
> **Privacy Notice**: While HeliboardL itself is open-source and respects your privacy, using the **free tier** of the Google Gemini API means your input data may be used by Google to improve their models.
87
+
> - Using AI features is **optional**.
88
+
> -**Do not process sensitive information** (passwords, credit card numbers, private addresses) using the AI Proofreading or Translation features.
89
+
> - The **Offline Version** completely removes this code and permission.
90
+
64
91
### Gesture/Glide Typing
65
-
Use the built-in gesture library downloader in Settings → Advanced → Load Gesture Typing Library.
92
+
**Standard Version:** Use the built-in downloader in Settings → Advanced → Load Gesture Typing Library.
93
+
94
+
**Offline Version:**
95
+
Since network access is disabled, you must manually install the library:
96
+
1. Download the library file: [libjni_latinimegoogle.so](https://github.com/Helium314/HeliBoard/blob/master/app/src/main/jniLibs/arm64-v8a/libjni_latinimegoogle.so) (for arm64)
97
+
2. Go to Settings → Advanced → Load Gesture Typing Library.
98
+
3. Select "Load from file" and pick the downloaded `.so` file.
***Translation**: Translate selected text in-place (Standard).
23
+
***📥 Gesture Library**: Built-in downloader for Glide Typing support (Standard).
24
+
25
+
> **Note:** Both versions install as `helium314.keyboard.l`. You can install them alongside the original HeliBoard, but you can only have one HeliboardL version installed at a time.
0 commit comments