🪟
Windows
Windows 10 or later (64-bit).
Installer (.msi) or portable (.exe).
⬇ Download for Windows
🍎
macOS
macOS 11 (Big Sur) or later.
Universal binary (Intel + Apple Silicon).
⬇ Download for macOS
🐧
Linux
Ubuntu 20.04+, Fedora 36+, Arch.
AppImage, .deb, or .rpm packages.
⬇ Download for Linux

Latest builds are always available in the GitHub download folder. For the absolute latest version, build from source:

⭐ View Source on GitHub

Getting Started

1. Install

Download the installer for your platform and run it. On Windows, double-click the .msi file. On macOS, drag the app to your Applications folder. On Linux, run the AppImage or install the .deb/.rpm package.

2. Accept Terms

On first launch, you'll be asked to review and accept the Privacy Policy and Terms of Use. This is a one-time step.

3. Choose a Program

The Suite Launcher presents five program cards. Click any card to enter that program. You can always return to the launcher with the "Back to Suite" button.

4. Add API Keys (Optional)

For AI features, open Settings (Ctrl+,) and enter your API keys for OpenAI, Anthropic, Google, Pexels, or any compatible endpoint. All non-AI features work without keys.

5. FFmpeg Auto-Setup

When you first use Media Mogul, the app will automatically download FFmpeg and FFprobe for your platform. A progress bar shows the download status. This is a one-time process.

Build From Source

CryptArtist Studio is open source and can be built from the GitHub repository.

Prerequisites

ToolVersionPurpose
Node.js18+Frontend build
Rust1.70+Backend compilation
Tauri CLI2.xApp bundling
GitAnySource control

Build Steps

terminal
# Clone the repository
$ git clone https://github.com/mattyjacks/CryptArtistStudio.git
$ cd CryptArtistStudio/v1

# Install Node dependencies
$ npm install

# Option 1: Run in development mode (for testing)
$ npm run tauri dev

# Option 2: Build for production (creates installer)
$ npm run tauri build

# The build output will be in:
# src-tauri/target/release/bundle/

The production build creates platform-specific installers:

  • Windows: .msi installer in bundle/msi/
  • macOS: .dmg disk image in bundle/macos/
  • Linux: .AppImage, .deb, and .rpm in bundle/appimage/, bundle/deb/, and bundle/rpm/

Platform-Specific Notes

Windows: Requires Visual Studio Build Tools or Visual Studio Community with C++ workload installed.

macOS: Requires Xcode Command Line Tools. Run xcode-select --install if not already installed.

Linux: Install development headers for your distribution. On Ubuntu/Debian: sudo apt-get install libssl-dev libgtk-3-dev

System Requirements

ComponentMinimumRecommended
OSWindows 10, macOS 11, Ubuntu 20.04Latest version of your OS
CPUDual-core 2.0 GHzQuad-core 3.0 GHz+
RAM4 GB8 GB+ (16 GB for video editing)
Storage500 MB for appSSD recommended for video projects
GPUNot requiredVulkan/Metal/DX12 capable for rendering
NetworkRequired for AI features onlyBroadband for media downloads
Enjoying CryptArtist Studio?
It's free forever, but your support helps us keep building.