An open API service indexing awesome lists of open source software.

https://github.com/openconvert/openconvert-desktop

OpenConvert is all in one offline file converter
https://github.com/openconvert/openconvert-desktop

audio-converter contributions-welcome converter electron good-first-issue hacktoberfest image-converter javascript offline video-converter

Last synced: 2 months ago
JSON representation

OpenConvert is all in one offline file converter

Awesome Lists containing this project

README

          







OpenConvert is your swiss army knife for file convertion

## Features
- Convert multiple files at once
- One click install in windows
- Responsive Ui
## Install
- For executables checkout our [website](https://openconvert.github.io/website) or release [page](https://github.com/openconvert/openconvert-desktop/releases)

## Supported files
- Image: png, jpg, gif, webp, jxl, bmp, avif, tiff
- Document: pdf, epub, xps, cbz, mobi, fb2 and many more ...
- ~~Video: mp4, mkv, avi, mov, gif, 3gp~~
- ~~Audio: aac, mp3, mp4a, wav~~
## 🛠 Tech stack
- Electronjs
- Vuejs
- Tailwindcss
- Vite
- daisyUI (component library)
- Database Sqlite3
## How to Contribute
We need designer, tester and contributers. **OpenConvert** is prototype. If you want to contribute read [this](./CONTRIBUTING.md)
### Install dependencies

```
$ pnpm install
```

### Run app

```
$ pnpm start
```
### Run dev server
```
$ pnpm dev
```
### Package app

To build for windows:

```
$ pnpm build:win
```
To build for linux:
```
$ pnpm build:linux
```
To build for mac:
```
$ pnpm build:mac
```

## License

GNU GPLv3