:crystal_ball: File conversion, all from the menu bar
Alchemy is an open-source file converter (built on Electron and React). It also supports operations like merging files together into a pdf. We hope to support more operations and file types soon!
Visit dawnlabs.io/alchemy/ or read our post to learn more.
⌘-⇧-8
.⇧
while dropping to merge the files into a pdf immediately.Download the latest release from the Alchemy Releases Page
We haven’t tested Alchemy on Linux yet, but if you’re feeling adventurous go right ahead and create a build for your platform of choice.
If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.
If you’d like to make some changes yourself, see the following:
yarn build && yarn start
npm i --package-lock-only && npm audit fix
yarn test