Manual Installation
You can install Cirno manually via several simple steps. We provide a Taskfile which includes several tasks to help you install Cirno.
Prerequisites
- Node.js 18+
- Rust 1.70+
- Gstreamer 1.22+, make sure you have installed both runtime and development packages. You can check the Gstreamer (opens in a new tab) for more information.
Install
- Clone the repository
git clone https://github.com/ShroXd/cirno.git
cd cirno- Install taskfile, you can check the Taskfile (opens in a new tab) for more information.
curl -fsSL https://taskfile.dev/install.sh | sh- Install dependencies for Frontend and Backend
task install- Start the server
task start- Open your browser and go to
http://localhost:5173.