Skip to content

OiPer/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

OiPer (Not released yet)

OiPer is a privacy-first voice-to-text desktop app. Hold a global hotkey to record, release to transcribe, and the result is injected into the active app. Optional text cleanup can run locally or via an online provider.

Get the app

  • Download the latest release from the GitHub Releases page for this repository: https://github.com/oiper/desktop/releases
  • Install the package for your OS.
  • Availability: Only Windows is supported now. macOS support is coming soon.
  • On first launch, allow microphone access when prompted.

Quick start

  1. Open OiPer.
  2. Choose a speech model and download it.
  3. Press and hold Shift+Space to record.
  4. Release to transcribe and insert into the focused app.

Settings

  • Speech model selection and downloads.
  • Backend preference (auto/cpu/gpu, where available).
  • Text optimization: online or local.
  • Online provider configuration (base URL, API key, model name).
  • Autostart on system login.

Privacy

  • Transcription runs locally on your machine.
  • Online optimization is optional and requires your API key.
  • Activity logs and audio stay on-device.

Troubleshooting

macOS: "OiPer is damaged" or app won't open

During our development phase, before the official release, the app is not yet signed with Apple. If macOS blocks the app or reports it as damaged, run the following command in Terminal to remove the quarantine attribute:

xattr -rd com.apple.quarantine /Applications/OiPer.app

We are working on signing the app with Apple, after which this step will no longer be needed.

macOS: Permissions not working after an update

After updating the app, you may need to grant permissions again from scratch. Even if the app already appears as allowed in the system permissions list (for example, Microphone or Accessibility), it may not actually work. In that case, remove the existing entry and add it again.

Help and feedback

About

OiPer is a privacy-first voice-to-text desktop app

Resources

Stars

Watchers

Forks

Contributors