ConvertX: A Self-Hosted Online File Converter Supporting 1000+ Formats
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
ConvertX is a powerful, self-hosted online file converter developed with TypeScript, Bun, and Elysia. It offers support for over 1000 different file formats, enabling users to process various documents, images, videos, and more. Key features include batch processing, password protection, and multi-account support, making it a versatile solution for personal or team use.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
ConvertX is an impressive self-hosted online file converter designed to handle a vast array of file types. Built with modern web technologies like TypeScript, Bun, and Elysia, it provides a robust and efficient solution for all your conversion needs. With support for over a thousand different formats, ConvertX stands out as a comprehensive tool for individuals and teams looking for a private, powerful conversion service.
Installation
Deploying ConvertX is straightforward, primarily utilizing Docker for ease of setup. Below is a docker-compose.yml example to get you started:
# docker-compose.yml
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
ports:
- "3000:3000"
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
volumes:
- ./data:/app/data
Alternatively, you can run it directly with Docker:
docker run -p 3000:3000 -v ./data:/app/data ghcr.io/c4illin/convertx
After deployment, visit http://localhost:3000 in your browser to create your first account. It is highly recommended to set the JWT_SECRET environment variable for security. Remember that the first account registered becomes the administrator.
Examples
ConvertX leverages a wide array of powerful underlying converters to achieve its extensive format support. This includes tools like Inkscape for vector images, Vips and ImageMagick for general image processing, LibreOffice for documents, Pandoc for various document conversions, and FFmpeg for video and audio. This robust integration allows ConvertX to handle conversions across categories such as:
- Images (JPEG, PNG, SVG, HEIF, WebP, etc.)
- Documents (PDF, DOCX, ODT, EPUB, Markdown, LaTeX, etc.)
- E-books (EPUB, MOBI, AZW3, PDF, etc.)
- Videos and Audio (MP4, MKV, AVI, MP3, WAV, etc.)
- 3D Assets (OBJ, FBX, GLTF, etc.)
The user-friendly interface, as shown in the project's screenshot, simplifies the conversion process, allowing you to upload files, select target formats, and initiate conversions with ease.
Why Use
Choosing ConvertX offers several compelling advantages for anyone needing a reliable file conversion solution:
- Self-Hosted Control: Maintain full control over your data and conversions by hosting the service on your own infrastructure, ensuring privacy and security.
- Unparalleled Format Support: With over 1000 supported formats, ConvertX can handle almost any file conversion task you encounter, from common documents to specialized media types.
- Feature-Rich: Benefit from features like processing multiple files simultaneously, password protection for sensitive conversions, and support for multiple user accounts, making it suitable for teams.
- Modern and Maintainable: Built with TypeScript, Bun, and Elysia, ConvertX is a modern application that is actively developed and easy to maintain.
Links
Explore ConvertX further through these official links:
Related repositories
Similar repositories that may be relevant next.

nanobot: An Ultra-Lightweight, Self-Hosted Personal AI Agent Framework
August 9, 2026
nanobot is an ultra-lightweight, open-source, self-hosted personal AI agent framework built in Python. It offers a WebUI, tools, memory, multi-agent workflows, and automation capabilities, making it a versatile solution for personal AI tasks. Users can deploy it across various platforms, including chat apps, for seamless integration.

QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment
August 7, 2026
QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.

Databasement: Self-Hosted Database Backup Manager with Web UI
July 14, 2026
Databasement is a modern, self-hosted application designed for managing database backups with a user-friendly web interface. It supports a wide array of database types, including MySQL, PostgreSQL, and MongoDB, and offers flexible storage options. This tool provides a comprehensive solution for scheduling, backing up, and restoring critical data with advanced features like SSH tunnel support.

Rachoon: A Self-Hostable Solution for Invoice Management
June 18, 2026
Rachoon is a modern, self-hosted invoicing platform designed for freelancers and small businesses. It offers a comprehensive suite of tools to effortlessly create, track, and manage invoices, providing users with full control over their billing processes. With features like client management, payment tracking, and customizable templates, Rachoon simplifies financial administration.
Source repository
Open the original repository on GitHub.
16 counted GitHub visits