Skip to content

Download EncodeX

Download the latest version of EncodeX for your platform. All builds are generated from the GitHub Releases page.

Latest Version

Check the Releases page for the most recent download.

Windows

FileArchitectureSize
EncodeX-Setup-x64.exe64-bit~343 MB
EncodeX-Setup-ia32.exe32-bit~333 MB
EncodeX-Setup-arm64.exeARM64~381 MB

Requirements: Windows 10 or later

Run the installer and follow the on-screen instructions.

macOS

FileArchitectureSize
EncodeX-x64.dmgIntel~411 MB
EncodeX-arm64.dmgApple Silicon~388 MB

Requirements: macOS 11 or later

macOS Gatekeeper Warning

EncodeX is not code-signed. macOS will show a "damaged" or "can't be opened" error on first launch. To fix this:

Option 1 — Right-click to open:

  1. Right-click (or Control-click) the EncodeX app and select Open
  2. Click Open in the confirmation dialog

Option 2 — Remove quarantine via Terminal:

bash
xattr -cr /Applications/EncodeX.app

Linux

FileArchitectureSize
EncodeX-x86_64.AppImagex64~307 MB
EncodeX-arm64.AppImageARM64~327 MB
EncodeX-armv7l.AppImageARMv7~311 MB

Requirements: A modern Linux distribution with FUSE support

bash
# Make the AppImage executable
chmod +x EncodeX-*.AppImage

# Run the app
./EncodeX-*.AppImage

Build from Source

If you prefer to build from source:

bash
git clone https://github.com/Sandeepv68/EncodeX.git
cd EncodeX
npm install
npm run dist

The installer will be created in the release/ directory.

System Requirements

RequirementMinimum
OSWindows 10+, macOS 11+, or modern Linux
Disk Space~400 MB (includes bundled FFmpeg)
RAM512 MB recommended

Released under the MIT License.