Setting Up The Project

June 26, 2026 ยท View on GitHub

Prerequisites

  • An IDE of your choice, together with the Svelte plugin.
  • NodeJS
  • Git
  • Rust
    • Note for Windows: while the official download page doesn't mention a package manager option for Windows, you can alternatively use winget to install rustup. This is often much more convenient than downloading and executing the standard installer. To install it via winget, execute the following command: winget install --id Rustlang.Rustup.
  • System dependencies: follow the steps for your specific OS detailed under the System Dependencies section of the official Tauri Prerequisites docs.

Clone Takma

  • Cloning using Git:
    git clone https://github.com/jam53/Takma.git