Sign inSign up

daryushka/risuai

By daryushka

•Updated 26 days ago

ARM64 Alpine builds of RisuAI (https://github.com/kwaroran/Risuai)

Image
0

980

daryushka/risuai repository overview

⁠RisuAI Docker Image

Docker Pulls Docker Image Size

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.

ā šŸš€ Quick Start

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)

ā šŸ› ļø Build Details

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

⁠Building it yourself (Optional)

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 .

Tag summary

Content type

Image

Digest

sha256:e20b275b9…

Size

84.2 MB

Last updated

26 days ago

docker pull daryushka/risuai:2026.8.250