Skip to main content

Installation

Inkweld offers flexible deployment options to suit different needs, from quick local testing to production-ready cloud infrastructure.

Choose Your Deployment Method

🐳 Docker

Recommended

The easiest and most reliable way to deploy Inkweld. Single container with everything included.

  • One command to start
  • Automatic updates
  • Works anywhere Docker runs
Docker Guide →

☁️ Cloudflare Workers

Deploy to Cloudflare's global edge network for low-latency access worldwide.

  • Global edge deployment
  • Generous free tier
  • Managed infrastructure
Cloudflare Guide →

⚡ Native Binary

Run the standalone Bun binary directly on your server without containerization.

  • Minimal overhead
  • Direct system access
  • Custom integrations
Native Guide →

Quick Comparison

FeatureDockerCloudflareNative
Ease of Setup⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
Scalability⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
CostYour hostingFree tier availableYour hosting
Offline Support✅ Full⚠️ Limited✅ Full
Real-time Collab✅ WebSocket✅ Durable Objects✅ WebSocket
Best ForMost usersGlobal teamsCustom setups

System Requirements

Minimum Requirements

  • CPU: 1 core
  • RAM: 512MB
  • Storage: 1GB (plus space for your data)
  • Network: Stable internet connection for collaboration features
  • CPU: 2+ cores
  • RAM: 2GB+
  • Storage: SSD with 10GB+ free space
  • Network: Low-latency connection for real-time collaboration

What's Next?

After installation, you'll want to:

  1. Configure your instance - Set up authentication, storage, and optional features
  2. Create your first project - Start writing!
  3. Set up user management - Manage access and permissions

Need Help?

Check the Troubleshooting guide if you run into issues, or open an issue on GitHub.