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
- Host: GitHub
- URL: https://github.com/openconvert/openconvert-desktop
- Owner: OpenConvert
- License: gpl-3.0
- Created: 2024-10-24T20:08:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:06:15.000Z (10 months ago)
- Last Synced: 2024-12-02T13:24:54.599Z (10 months ago)
- Topics: audio-converter, contributions-welcome, converter, electron, good-first-issue, hacktoberfest, image-converter, javascript, offline, video-converter
- Language: JavaScript
- Homepage:
- Size: 5.12 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 appTo build for windows:
```
$ pnpm build:win
```
To build for linux:
```
$ pnpm build:linux
```
To build for mac:
```
$ pnpm build:mac
```## License
GNU GPLv3