
A cross-platform desktop HD wallet for Bitcoin.
Ghorbu Wallet is a cutting-edge hierarchical deterministic Bitcoin wallet designed specifically for desktop use. As the Bitcoin ecosystem evolves, having a reliable and secure wallet becomes crucial for both casual users and hardcore enthusiasts. Ghorbu Wallet stands out by incorporating advanced standards like BIP-39, BIP-32, and BIP-44, which facilitate the generation and management of keys while ensuring a high level of security.
Built with Tauri, Ghorbu Wallet combines an efficient Rust backend and a user-friendly Svelte frontend, making it a robust solution for managing Bitcoin assets. The wallet aims to make the complex world of cryptocurrency more accessible while maintaining a strong emphasis on security and performance.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.