Skip to content

Releases: google/magika

cli/v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 14:51
5e2f437

Install magika-cli 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v1.1.0/magika-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v1.1.0/magika-cli-installer.ps1 | iex"

Download magika-cli 1.1.0

File Platform Checksum
magika-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Latest CLI release

Choose a tag to compare

@ia0 ia0 released this 24 Apr 14:55
5e2f437

This moving release simply replicates the assets and commit hash of the latest CLI release.

The latest CLI release is cli/v1.1.0.

python-v1.0.2

Choose a tag to compare

@reyammer reyammer released this 27 Feb 09:30
3058a99

Changelog:

  • Mark python 3.14 as supported.
  • Remove direct dependency on numpy.
  • Remove dependency on python-dotenv (note: .env files are no longer loaded automatically).
  • Remove onnxruntime<=1.20.1 Windows pin.

See all CHANGELOGs here: https://github.com/google/magika/blob/python-v1.0.2/python/CHANGELOG.md#102---2026-02-25

cli/v1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Feb 10:47
6236689

Install magika 1.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v1.0.2/magika-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v1.0.2/magika-installer.ps1 | iex"

Download magika 1.0.2

File Platform Checksum
magika-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

python-v1.0.1

Choose a tag to compare

@reyammer reyammer released this 31 Oct 11:47
fb06bb6

This release marks the first stable release, and the end of the experimental phase.

Updated documentation is at the new website: https://securityresearch.google/magika/

See CHANGELOGs here: https://github.com/google/magika/blob/python-v1.0.1/python/CHANGELOG.md#101---2025-10-31.

python-v0.6.3

Choose a tag to compare

@reyammer reyammer released this 30 Oct 15:43
a04562a

cli/v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Oct 14:09
39dbeca

Install magika 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v1.0.1/magika-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v1.0.1/magika-installer.ps1 | iex"

Download magika 1.0.1

File Platform Checksum
magika-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-x86_64-apple-darwin.tar.xz Intel macOS checksum
magika-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

cli/v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:43

Install magika 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v1.0.0/magika-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v1.0.0/magika-installer.ps1 | iex"

Download magika 1.0.0

File Platform Checksum
magika-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-x86_64-apple-darwin.tar.xz Intel macOS checksum
magika-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

cli/v0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Sep 14:09
b0e9ba0

Install magika 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v0.1.4/magika-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v0.1.4/magika-installer.ps1 | iex"

Download magika 0.1.4

File Platform Checksum
magika-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-x86_64-apple-darwin.tar.xz Intel macOS checksum
magika-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

cli/v0.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Sep 13:54

Install magika 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/magika/releases/download/cli/v0.1.3/magika-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/magika/releases/download/cli/v0.1.3/magika-installer.ps1 | iex"

Download magika 0.1.3

File Platform Checksum
magika-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
magika-x86_64-apple-darwin.tar.xz Intel macOS checksum
magika-x86_64-pc-windows-msvc.zip x64 Windows checksum
magika-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
magika-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo google/magika

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>