Skip to content

v0.1

Choose a tag to compare

@temidaradev temidaradev released this 27 Jan 12:06
· 95 commits to master since this release

currently works properly on mac, also there is system integration with mac, so this is currently usable on mac but still contains little bugs

The app in zip folder is only for arm64 macs, this version doesnt have linux executable

But there is a web port for this version only (for now) it is a bit buggy but it gets the job done .d

Web port

Build Instructions

Follow these steps to build and run Rusic on your local machine.

do a git clone to this project to get the current code

Prerequisites

  • Rust: Ensure you have the latest stable Rust installed. Install Rust
  • Node.js: Required for Tailwind CSS processing. Install Node.js
  • dioxus-cli: You can install dioxus-cli with this command cargo install --locked dioxus-cli (this will take a bit)
  • openssl, xdotool, glib, libsoup3 (i dont know about what they are equal in another distros sorry, check flake.nix for all packages or just listen rust compiler for missing stuff .d)

Quick Start

  1. Install dependencies:
    npm i

  2. Run the application (dev):
    Use the provided Makefile to handle CSS generation and run the app make run
    or for better experience you can use dx serve for development

For building the app use dx build --release command and you will probably be able to run the executable in the printed location

Please open an issue if you face an error or an issue, if you can fix it just send a PR (please keep the ai usage as minimum as possible)