ARM64 Alpine builds of RisuAI (https://github.com/kwaroran/Risuai)
980
RisuAIā is a powerful, user-friendly, cross-platform AI chatting software and web application designed for LLM roleplaying. It features multiple API support, chat assets, regex functions, and much more.
This repository provides a containerized standalone build of RisuAI, making it incredibly easy to host your own instance.
To run RisuAI locally or on your server, simply run the following command:
docker run -d \
--name risuai \
-p 6001:6001 \
--restart unless-stopped \
daryushka/risuai:2026.2.200
Once the container is running, you can access the web interface by navigating to:
š http://localhost:6001ā (or http://<your-server-ip>:6001)
This image is built using a multi-stage Dockerfile based on node:20-alpine to keep the final image size optimized and secure.
By default, the image clones and builds directly from the main branch of the official kwaroran/RisuAIā repository.
Exposed Port: 6001
Environment: NODE_ENV=production
If you wish to build this image yourself or build a specific branch, you can use the provided build arguments:
# Build the main branch
docker build -t risuai .
# Build a specific branch
docker build --build-arg RISU_BRANCH=dev -t risuai:dev .
Content type
Image
Digest
sha256:e20b275b9ā¦
Size
84.2 MB
Last updated
26 days ago
docker pull daryushka/risuai:2026.8.250