Jiyi is a cross-platform encrypted voice note application.
- Protect Your Privacy: In today's world where cloud services are increasingly prevalent, privacy has become a black box. All features of Jiyi run locally to fully protect your privacy.
- Hear Past Selves: In the hustle and bustle of life, writing a diary seems like a luxury. Open your phone and record a short voice note to capture the present moment.
- Visualize Your Journey: Explore the world and leave behind voice notes in different corners! Jiyi supports recording the location at the time of recording, helping you visualize your travels.
- Encryption: Argon2, ChaCha20-Poly1305
- Speech Recognition System: Next-generation Kaldi (sherpa-onnx)
Install dependencies:
sudo dnf install \
gstreamer1 \ # Audio recording
gstreamer1-devel gstreamer1-plugins-base-devel \ # Audio playback
pam-devel \ # Auth
libsecret-devel \ # Save sensitive data
gtk3-devel \ # Linux UI
squashfs-tools # Linux Appimage packagingdart run build_runner build --build-filter 'package:jiyi/utils/data/*'
# Android
flutter build apk --release
# Linux
flutter build linux --release
cp -r build/linux/x64/release/bundle ./AppDir
appimage-builder