Skip to content

Belerafon/calque-tauri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calque Desktop (Tauri)

A lightweight desktop version of the calque.io calculator, built with Tauri for Windows.

Project Structure

  • frontend/ — Frontend sources and build (HTML, JS, CSS)
  • src-tauri/ — Tauri (Rust) sources
  • src-tauri/target/release/Calque.exe — Final exe application

How to Build exe

  1. Make sure you have Rust (Cargo) and Node.js installed

  2. Open cmd (not PowerShell!) in the project folder

  3. Run the command:

    cmd /c "set PATH=%USERPROFILE%\.cargo\bin;%PATH% && npm exec tauri build -- --verbose"
    

    This will temporarily add Cargo to PATH and build a fresh exe.

  4. The built exe will appear here:

    src-tauri/target/release/Calque.exe
    

Download

You can always download the latest ready-to-use exe from the Releases page.

Build Info

This project was built and tested with:

  • Node.js: v22.14.0
  • npm: 10.9.2
  • Rust (cargo): 1.86.0 (adf9b6ad1 2025-02-28)
  • Tauri CLI: (see package.json for exact version)
  • OS: Windows

To reproduce the build, use these versions or newer, and follow the instructions above.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Notes

  • All frontend sources and styles are identical to the original calque.io
  • For Tauri/Rust, always use cmd, not PowerShell
  • If Rust is not found, restart cmd or add %USERPROFILE%\.cargo\bin to PATH

About

A lightweight windows version of the [calque.io] (https://calque.io/) calculator

Resources

License

Stars

Watchers

Forks

Packages

No packages published