The heavymeta cli is a toolset that empowers artist to leverage the power of Web 3.0 to take true ownership of their digital creations.
Installation:
curl -L https://raw.githubusercontent.com/inviti8/metavinci/main/install.sh | bash
Official installers for Linux (.deb), Windows (.msi), and macOS (.zip) are available on the GitHub Releases page. These are built and published automatically for each tagged release (e.g., v0.01, v0.02, etc.) or when the tag contains the keyword installers.
-
Download the following files from the latest release:
metavinci-x.x.x.msi(the installer)install-win-metavinci-cert.ps1(certificate installation script)heavymeta-code-sign.cer(code signing certificate)
-
Install the Certificate (one-time setup):
-
Option 1: Right-click on
heavymeta-code-sign.cerand select "Install Certificate"- Choose "Local Machine" (requires admin rights)
- Select "Place all certificates in the following store" and click "Browse"
- Choose "Trusted Publishers" and click OK
- Complete the wizard
-
Option 2: Using PowerShell (Run as Administrator):
# Navigate to the download directory cd "C:\path\to\downloads" # Install certificate using the script powershell.exe -ExecutionPolicy Bypass -File .\install-win-metavinci-cert.ps1 -CertificatePath ".\heavymeta-code-sign.cer" # Or if you just want to download and install automatically: # powershell.exe -ExecutionPolicy Bypass -File .\install-win-metavinci-cert.ps1
-
-
Run the Installer:
- Double-click
metavinci-x.x.x.msi - Follow the installation wizard
- The application will be available in the Start Menu and as a Desktop shortcut
- Double-click
# Install the .deb package
sudo dpkg -i metavinci-x.x.x.deb
# Install any missing dependencies
sudo apt-get install -f- Download the
.zipfile - Extract the
.appbundle - Drag the application to your Applications folder
- If you see a security warning, right-click the app and select "Open" to run it