logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install 666ghj/MiroFish. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

666ghj/MiroFish Installation Guide

How to install 666ghj/MiroFish. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for 666ghj/MiroFish. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i 666ghj/MiroFish
or

Install via npx

npx @hexmos/ipm i 666ghj/MiroFish

Prerequisites

Node.js

runtime

Version: 18+

Python

runtime

Version: >=3.11,<=3.12

uv

package manager

Version: latest

Docker

containerization

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Deployment

git clone https://github.com/666ghj/MiroFish.git

cd MiroFish

cp .env.example .env

echo "LLM_API_KEY=your_api_key" >> .env

echo "LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1" >> .env

echo "LLM_MODEL_NAME=qwen-plus" >> .env

echo "ZEP_API_KEY=your_zep_api_key" >> .env

docker compose up -d

Source Deployment

git clone https://github.com/666ghj/MiroFish.git

cd MiroFish

cp .env.example .env

echo "LLM_API_KEY=your_api_key" >> .env

echo "LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1" >> .env

echo "LLM_MODEL_NAME=qwen-plus" >> .env

echo "ZEP_API_KEY=your_zep_api_key" >> .env

npm run setup:all

npm run dev

Install MiroFish using Docker on Windows

docker pull 666ghj/mirofish:latest

docker run -d -p 3000:3000 -p 5001:5001 --name mirofish 666ghj/mirofish:latest

echo 'MiroFish is now running. Access it at http://localhost:3000.'