Free. Open source. No account required. Just download, install, and start creating.
Latest builds are always available in the GitHub download folder. For the absolute latest version, build from source:
⭐ View Source on GitHub
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.
On first launch, you'll be asked to review and accept the Privacy Policy and Terms of Use. This is a one-time step.
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.
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.
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.
CryptArtist Studio is open source and can be built from the GitHub repository.
| Tool | Version | Purpose |
|---|---|---|
| Node.js | 18+ | Frontend build |
| Rust | 1.70+ | Backend compilation |
| Tauri CLI | 2.x | App bundling |
| Git | Any | Source control |
# 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:
.msi installer in bundle/msi/.dmg disk image in bundle/macos/.AppImage, .deb, and .rpm in bundle/appimage/, bundle/deb/, and bundle/rpm/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
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10, macOS 11, Ubuntu 20.04 | Latest version of your OS |
| CPU | Dual-core 2.0 GHz | Quad-core 3.0 GHz+ |
| RAM | 4 GB | 8 GB+ (16 GB for video editing) |
| Storage | 500 MB for app | SSD recommended for video projects |
| GPU | Not required | Vulkan/Metal/DX12 capable for rendering |
| Network | Required for AI features only | Broadband for media downloads |