Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.02 KB

File metadata and controls

47 lines (37 loc) · 2.02 KB

Jiyi

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.

Screenshot

Technical Stack

Building

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 packaging
dart 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