Finary Desktop is an unofficial desktop client for Finary, built using Tauri. It encapsulates the web application within a lightweight and secure native wrapper, offering enhanced performance and a dedicated desktop experience.
- Native Experience: Enjoy the full Finary experience with the benefits of a desktop application.
- Lightweight: Built with Tauri, the application is optimized for speed and low resource consumption.
- Secure: Leverages the inherent security features of the Tauri framework to ensure data protection.
To install Finary Desktop, follow these steps:
- Download the latest release from the Releases page.
- Unzip the downloaded file.
- Run the installer and follow the on-screen instructions.
Caution
The binaries are currently unsigned, so you may need to bypass security warnings to install the application.
-
On Windows, you can do this by clicking "More Info" and then "Run Anyway" when prompted by SmartScreen.
-
On macOS, after installation, run the following command in the terminal to trust the application:
xattr -d com.apple.quarantine /Applications/Finary\ Desktop.app/
You should be able to run the application without any issues by right-clicking and selecting "Open" from the application folder.
After installation, launch Finary Desktop from your applications folder or start menu. Log in with your Finary credentials, and you will have access to all features available on the web platform directly from your desktop.
- Add support for protecting the application with a PIN or biometric authentication.
- Implement notifications for price alerts and other important events.
- Create widgets for the desktop to display portfolio information.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/amazing-feature
) - Commit your Changes (
git commit -m 'feat: add some amazing feature'
) - Push to the Branch (
git push origin feat/amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Tauri for the secure and efficient framework.
- Finary for their amazing platform.
- All contributors who help to maintain and improve this project.
This is an unofficial desktop client for Finary and is not endorsed by or affiliated with Finary in any way.
For support, open an issue on the GitHub repository.