---
title: "Deploy copaw"
description: "Your Personal AI Assistant; supports multiple chat apps"
category: "AI/ML"
url: https://railway.com/deploy/copaw
---

# Deploy copaw

Your Personal AI Assistant; supports multiple chat apps

**[Deploy copaw on Railway](https://railway.com/template/copaw)**

- **Creator:** kmaki's Projects
- **Category:** AI/ML

## Template content

### copaw

- **Image:** agentscope/copaw:v0.2.0.post1
- **Public domain:** Yes

## Documentation

# Deploy and Host CoPaw on Railway

## About Hosting

CoPaw is deployed on Railway using the official Docker image `agentscope/copaw:v0.2.0.post1`. Railway provides managed infrastructure with automatic HTTPS, persistent volumes, and public domain routing — making it ideal for self-hosted AI assistants.

## Why Deploy

- Uses the official upstream Docker image directly
- Pins to a specific version tag for predictable upgrades
- Persists CoPaw data by mounting `/app/working`
- Exposes HTTP service through Railway's managed public domain

## Common Use Cases

- Personal assistant automation
- Multi-agent and skills workflows
- Self-hosted AI workspace with persistent state

## Dependencies for CoPaw

- Docker image: `agentscope/copaw:v0.2.0.post1`
- Runtime: Python application with web console
- Platform: Railway managed deployment with public HTTPS domain

### Deployment Dependencies

| Service | Image | Port | Volume |
|---|---|---:|---|
| copaw | agentscope/copaw:v0.2.0.post1 | 8088 | /app/working |

## Verification

- Service status: `SUCCESS`
- Domain: `https://copaw-production-0985.up.railway.app`
- `GET /` status: `200`
- `GET /openapi.json` status: `404` (docs disabled by default)

## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

Open this page in a browser: https://railway.com/deploy/copaw
