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/MiroFishor
Install via npx
npx @hexmos/ipm i 666ghj/MiroFishPrerequisites
Node.js
runtimeVersion: 18+
Python
runtimeVersion: >=3.11,<=3.12
uv
package managerVersion: latest
Docker
containerizationManual 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 -dSource 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 devInstall 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.'