A privacy focused clipboard manager with real-time synchronisation across devices and platforms.
You can download a copy from release.fireclip.net/download (Only MacOS for now), or from the releases page.
The plan is to have a basic and PRO tier in the future, all registered users before the PRO tier is created will get it for free.
As written above, the app supports auto updates and will automatically download the latest version and restart, unless disabled in the settings.
An update notice will also be added in the future, as well as support for optional and mandatory updates. The update server works by serving the last version from the GitHub releases at release.fireclip.net/download/latest.
You can verify the hash of the files to validate the code you are running is the code from the GitHub.
- MacOS
- Windows
- Linux
- Browser (planned)
- IOS (PWA)(planned)
- Android (PWA)(planned)
MacOS, Windows and Linux platforms will share the codebase from this repo and will be built with Electron.
- Focused on user prpivacy (messages are end to end encrypted using symetric encription, your key is generated based on the password)
- Support for text, images, links and formated text (implemented)
- Optional Real-time cross-device sync
- Configurable shortcuts
- Cross-platform support
"Source Available", all rights being reserved by ORAILS and/or Daniel Railean.
The APP keeps asking for accesibility settings even if those were granted
To fix the app permissions need a reset and then they need to be granted again. Try the following in the exact order:
- close the APP
- open the terminal and run:
tccutil reset All com.orails.fireclip→ it should output something likeSuccessfully reset All approval status for com.orails.fireclip - open the APP → it should ask for 'Accessibility' access again
- grant the Accessibility access in settings
- close the APP
- open the APP again → it shouldn't ask for access this time
- it works now
read more about this bug on stackexchange.com