# reubah: A Web-Based Universal File Converter and Image Processor

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/dendianugerah-reubah
Generated for open source discovery and AI-assisted research.

reubah is an intuitive web-based tool designed for efficient image processing and document conversion. It offers a simple interface to handle a wide array of file formats, providing features like dark mode and batch processing. This versatile application ensures isolated processing and immediate delivery without storing user files.

GitHub: https://github.com/dendianugerah/reubah
OSRepos URL: https://osrepos.com/repo/dendianugerah-reubah

## Summary

reubah is an intuitive web-based tool designed for efficient image processing and document conversion. It offers a simple interface to handle a wide array of file formats, providing features like dark mode and batch processing. This versatile application ensures isolated processing and immediate delivery without storing user files.

## Topics

- HTML
- Web Tool
- Image Processing
- Document Conversion
- File Converter
- Open Source
- Docker

## Repository Information

Last analyzed by OSRepos: Wed Mar 04 2026 12:37:34 GMT+0000 (Western European Standard Time)
Detail views: 3
GitHub clicks: 14

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

reubah is a powerful yet simple web-based tool crafted for universal file conversion and image processing. It provides a straightforward interface, making it accessible for anyone needing to convert documents or manipulate images across various formats. The project emphasizes user privacy and efficiency, featuring an isolated processing environment, no file storage, immediate delivery of results, automatic cleanup, and robust input validation.

Key features include:
*   Extensive File Converter with continuous format additions.
*   Dark Mode for comfortable viewing.
*   Planned features like API access and Background Removal for Images.

## Installation

Getting reubah up and running is straightforward, whether you prefer Docker for quick deployment or local development.

### Using Docker

To quickly deploy reubah using Docker, clone the repository and use `docker-compose`:

bash
git clone https://github.com/dendianugerah/reubah.git
cd reubah
docker-compose up -d


Alternatively, you can run it directly with a Docker command:

bash
docker run -d --name reubah -p 8081:8081 -v doc-temp:/tmp -e PORT=8081 --restart unless-stopped ghcr.io/dendianugerah/reubah:latest


Access the application at: `http://localhost:8081`

### Local Development

For local development, ensure you have the necessary prerequisites:
*   Go 1.22+
*   LibreOffice (essential for document conversion)
*   GCC/G++

Then, you can run the application with:

bash
go mod download
go run cmd/server/main.go


## Examples

reubah excels in its ability to convert a wide range of image and document formats. For images, you can convert between popular formats like JPG, PNG, WebP, GIF, BMP, and HEIC/HEIF, with support for converting images to PDF. Document conversions cover formats such as PDF, DOCX, DOC, ODT, RTF, and TXT, allowing for flexible document management.

Beyond basic conversion, reubah offers additional image features including optimization for JPG/JPEG and batch processing for multiple image types. The intuitive web interface simplifies these tasks, making complex conversions accessible to all users. The project's README includes screenshots demonstrating the clean user interface for home, document processing, and merge functionalities.

## Why Use reubah?

reubah stands out as a versatile and user-friendly solution for file conversion and image processing. Its web-based nature means you can access it from any device with a browser, while the Docker deployment option ensures easy setup and portability. The commitment to privacy, with no file storage and automatic cleanup, provides peace of mind. Furthermore, being an open-source project under the MIT License, it offers transparency and the potential for community contributions. Whether you need to quickly convert a document or process a batch of images, reubah provides an efficient and secure environment.

## Links

*   **GitHub Repository**: [https://github.com/dendianugerah/reubah](https://github.com/dendianugerah/reubah "reubah GitHub Repository")
*   **License**: [MIT License](https://github.com/dendianugerah/reubah/blob/main/LICENSE "MIT License")