Privacy-first voice journal app built using React Native using whisper.cpp through whisper.rn for local transcription of voice recordings.
Features:
Tested on MacOS 13.4.1 running on Apple Silicon (M2 chip), using:
Follow the instructions under React Native - Environment Setup for your platform under the "React Native CLI Quickstart" guide for both target OSes until the "Creating a new application" step.
Assuming you've already set up all the other things, yarn
should ship as part of node
; as a result, you can just run yarn
and everything should install.
NOTE: You might have to run corepack enable
to activate yarn, if you just installed node
.
git clone git@github.com:kaizoco/WhisperJournal.git
cd WhisperJournal
yarn
yarn start
yarn android
# or for ios
yarn ios
I make cool things, check out my personal website! You can support future development of this (and other projects) from my Ko-Fi page, thanks for taking a look <3