Hephai is an open-source invoice creation application that works locally.
French | English
-
Invoice Creation: Generate invoices quickly and easily.
-
Statistics Visualization: View graphs on the number of invoices generated and other important metrics.
-
Offline mode: Runs entirely locally, with no need for an Internet connection, except for updates via GitHub (handled automatically by
electron-updater). -
Local Storage: All data is securely stored on your machine.
# Clone the project
git clone https://github.com/LucasRaffalli/hephai.git
# Enter the project directory
cd hephai
# Install dependencies
npm install
# Launch the application in development mode
npm run devThis project uses the following technologies and libraries:
- Electron for the desktop application:
electron,electron-builder,electron-updater - React for the user interface:
react,react-dom,react-router-dom,react-toastify,react-i18next - PDF Generation with
jsPDFandreact-pdffor creating PDF invoices - Internationalisation with
i18nextandreact-i18next - UI/UX with Radix UI:
@radix-ui/react-icons,@radix-ui/themes,lucide-react
If you wish to contribute to Hephai, feel free to open a pull request or report bugs via issues.
This project is under the MIT license. See the LICENSE file for more details.
https://hephai-open-web.vercel.app/en
Hephai runs entirely locally.
The only external interaction is the automatic update system, managed by electron-updater, which checks the project's GitHub-releases.
No personal data is sent or stored externally.