This repository contains the complete source code of Sayboard — privacy-first voice keyboard for iOS. All speech recognition runs on-device with no servers, no accounts, and no tracking.
| Dark Mode | Light Mode |
|---|---|
![]() |
![]() |
- On-device speech recognition with multiple engines (WhisperKit, Moonshine, Parakeet)
- On-device LLM text processing: grammar correction, tone adjustment, rewriting
- Works as a system keyboard for voice dictation in any app
- 90+ languages with automatic language detection
- Fully offline — no internet required
- No analytics, no tracking, no accounts, no data collection
![]() |
![]() |
![]() |
![]() |
|---|
To get started, you need a Mac, Xcode 16.4+ (iOS 17.0+ deployment target), and a (free) Apple Developer Account.
-
If your Xcode installation is fresh, make sure that command line tools are selected:
sudo xcode-select --switch /Applications/Xcode.app
-
Install the tools needed to build the project:
brew install xcodegen swiftformat swiftlint
(If you don't have Homebrew, see their official install instructions.)
-
Download the llama.cpp XCFramework (required for on-device LLM features):
./scripts/bootstrap-llama.sh
-
Generate the Xcode project from
project.yml:xcodegen generate
-
Open
Sayboard.xcodeprojin Xcode -
For both the
SayboardandSayboardKeyboardtargets:- Set "Team" to the team of your developer account under Signing & Capabilities
-
Choose
Sayboardas scheme and a simulator
- Build and Run (Cmd+R)
The best way to submit a bug report or support request is via email: support@sayboard.app.
Sayboard doesn't collect any analytics or telemetry, so we rely on your feedback to find and fix problems.
This source code repository will be updated for every public non-beta release. There will be one commit per released version.
We welcome contributions via GitHub pull requests. For bug fixes and small improvements, feel free to open a PR directly. For larger changes, please open an issue first to discuss the approach.
Sayboard is licensed under the GNU General Public License v3.
Copyright (c) 2025 Sayboard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
We are publishing the source code in good faith, with transparency being the main goal. By having users pay for the development of the app, we can ensure that our goals sustainably align with the goals of our users: great privacy and security, no ads, no collection of user data.





