Skip to content

mirrord

Develop locally with your kubernetes environment

Run your local code in the real-time context of your cloud environment, with access to other microservices, databases, queues, and managed services, all without leaving the local setup you know and love.

devops

https://mirrord.dev/

arm64 amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install mirrord

sudo apt install mirrord

Snippets

FROM wakemeops/minideb:bookworm

RUN install_packages \
    mirrord=3.220.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      mirrord=3.220.0*

Download URLs

Version SHA256 Size (KB)
3.220.0 abcd46c05030a2f31dfb8af4bcc7847fdbbb3a5f1029e9c3a95a465d514e01b4 15364
3.219.0 d38be937c6cb5acb7c18cbeda8e8f9af23f6f5086be056b6e55f56dd19cda1d3 15392
3.218.0 0d9362dfd16532c26b314ab4d40a7ecc5369fc90274f0704dd2411b02de513c0 15382
3.217.1 8d9cf8dba093352dd10923680e9263b6c5cbd41e2915377f92ceae984edec62a 15252
3.217.0 4ca96307d40e3ee3160ce358afe7808faf78ff3639a65040b80fd98357b45529 15274
3.216.0 7acf2ace14c34324f5dd0d758d0d63e20d191397706b42bae3d121fc4c2d04e3 15224
3.215.1 1ba78e52f6e41cc444384aa08f5cb2b5aa5066ec5cef97fadf5b61028fa765b1 15277
3.215.0 717204f4f0cfee190e29f03fece95f1e5f81912166663156e56544ab68cecea4 15282
3.214.0 9fc29b31963e58703315eb8c1e11d7a3813a8d36e27d355b09bae773e19d6860 15295
3.213.0 9a0711f119b8bc0fbc8b20721a67f07dc9de9d3c6975590d7b6bdcebdb8ac7c4 15254
Version SHA256 Size (KB)
3.220.0 478d0a1ba268a518a5398d39198f1adc7d1ba40a83a45aedb55d4286ae8ae396 14482
3.219.0 e5a03e0096cb916d435aece2a812c4b2585497ed37d0d3050fc315b655cbcd8b 14241
3.218.0 55f3e9ce60919ce0499838e0fe9c7f8354e4915a2d74754b5d37d1bc7453b467 14427
3.217.1 0700097667a90169bd7bd3774e86fede44ebe12fb89a85acb3a5e4db2f0efdba 14376
3.217.0 ce80f8857e3cc92c1aa23b753a0b9312300400579e4e6b12634ab37e66085f44 14441
3.216.0 2d2832e7f7596d7bde39db4975396b8624b0e34217c51565f0ea90f3a4b09de0 14041
3.215.1 e213516b8a6853d28c8acd12484d3a105f3a24dcd328ed7fd93d467043b53ad4 14330
3.215.0 c58cd0be1969567da0cfcd6a0bb7239bc1b185b5a68bc0c4f462655115110079 14299
3.214.0 4e81b7bcc67ef39471afff5d0335eab551ea2b282c44107bf6e5fc1208e0eb3d 14050
3.213.0 ddebefeef247dfdf60c123f131b8d600c68162d4fedb16563f17d65c63429c78 14022

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for mirrord are versioned here.

Click here to see mirrord ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/mirrord/ops2deb.yml
name: mirrord
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 3.170.0
    - 3.171.0
    - 3.172.0
    - 3.173.1
    - 3.173.2
    - 3.174.0
    - 3.175.0
    - 3.176.0
    - 3.177.0
    - 3.178.0
    - 3.179.0
    - 3.180.0
    - 3.181.0
    - 3.182.0
    - 3.183.0
    - 3.184.0
    - 3.185.0
    - 3.185.1
    - 3.186.0
    - 3.187.0
    - 3.188.1
    - 3.188.2
    - 3.189.0
    - 3.190.0
    - 3.191.0
    - 3.192.0
    - 3.192.1
    - 3.193.0
    - 3.194.0
    - 3.204.1
    - 3.205.0
    - 3.206.0
    - 3.206.1
    - 3.207.0
    - 3.208.0
    - 3.209.0
    - 3.209.1
    - 3.210.0
    - 3.211.0
    - 3.212.0
    - 3.213.0
    - 3.214.0
    - 3.215.0
    - 3.215.1
    - 3.216.0
    - 3.217.0
    - 3.217.1
    - 3.218.0
    - 3.219.0
    - 3.220.0
homepage: https://mirrord.dev/
summary: develop locally with your kubernetes environment
description: |-
  Run your local code in the real-time context of your cloud environment, with
  access to other microservices, databases, queues, and managed services, all
  without leaving the local setup you know and love.
fetch:
  url: https://github.com/metalbear-co/mirrord/releases/download/{{version}}/mirrord_linux_{{target}}.zip
  targets:
    amd64: x86_64
    arm64: aarch64
install:
  - mirrord:/usr/bin/mirrord

The blueprint fetch keyword contains a URL template pointing to mirrord releases. Downloaded files are locked in a lockfile versioned here.

Click here to see mirrord release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/mirrord/ops2deb.lock.yml
- url: https://github.com/metalbear-co/mirrord/releases/download/3.170.0/mirrord_linux_aarch64.zip
  sha256: fbb9ae600be819e930b156d40135afe58cdaee30a08e59e3654a9f839bc6ae46
  timestamp: 2025-10-29 12:03:53+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.170.0/mirrord_linux_x86_64.zip
  sha256: 690bb3bb4a2befa17cdbdfb2cada06d81b83e9ad01fb004531f1f945175d16d3
  timestamp: 2025-10-29 12:03:53+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.171.0/mirrord_linux_aarch64.zip
  sha256: a8379ccc7611a685deec646936387c9988e2f8902584d83a9da324886063f849
  timestamp: 2025-11-05 00:08:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.171.0/mirrord_linux_x86_64.zip
  sha256: 71579e0caec8cbc3ecf7c57d0f2f070f67547d392d128fda99b100db0a90240d
  timestamp: 2025-11-05 00:08:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.172.0/mirrord_linux_aarch64.zip
  sha256: 437c3643ee490070d23aec9d4e7c4f14e9705ff2e7299a16f8adbe3a566d616e
  timestamp: 2025-11-07 18:03:05+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.172.0/mirrord_linux_x86_64.zip
  sha256: a1b54a3fbb535341f9859180efd23a5dc4817e6c2e323666ba3ce2575a84ac59
  timestamp: 2025-11-07 18:03:05+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.173.1/mirrord_linux_aarch64.zip
  sha256: 79264b1a97f11b6f0c0753776aef70a0ba7085833ff2a1bbf9ed2b0e52013a27
  timestamp: 2025-11-17 00:08:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.173.1/mirrord_linux_x86_64.zip
  sha256: 607e38a7bc78b70a4293991654d03e11efabdf9d681f9642352640d4b869e1dc
  timestamp: 2025-11-17 00:08:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.173.2/mirrord_linux_aarch64.zip
  sha256: 19eb80ba7ccf26f118188b4c94bdcd98b351ad6607de9d76a556885630cbd1eb
  timestamp: 2025-11-19 00:08:24+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.173.2/mirrord_linux_x86_64.zip
  sha256: 2faebdbf3d664c51a545f4e4529b207e0c49ee7571ddc0307874249528b1c968
  timestamp: 2025-11-19 00:08:24+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.174.0/mirrord_linux_aarch64.zip
  sha256: 346259513fa0ae76f4847220253345a2ba77b463179fea3f657d3808dc95db51
  timestamp: 2025-11-21 06:03:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.174.0/mirrord_linux_x86_64.zip
  sha256: 53573bc73c7a31b30bebc10ba3b5a560ee07ee5f321397b52a5e5f537dca4d74
  timestamp: 2025-11-21 06:03:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.175.0/mirrord_linux_aarch64.zip
  sha256: 6dcc1d5ba690ed2d05296ad74e21e50bd1bdb91fbdbf9f1a8a9709a73b7b5b77
  timestamp: 2025-12-04 00:08:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.175.0/mirrord_linux_x86_64.zip
  sha256: b9db1e638c3fcac0fe3940d5d03aa1536ce73c5784d79060755b562703119814
  timestamp: 2025-12-04 00:08:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.176.0/mirrord_linux_aarch64.zip
  sha256: d2f72ef08745037ed1be762798914feb72d923c705c5c738954294cc5db69d8f
  timestamp: 2025-12-08 06:04:09+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.176.0/mirrord_linux_x86_64.zip
  sha256: ebd5b9c5c16fd0e4d853842d05f29dbaf613bf9987f1508557b142b8aeabae36
  timestamp: 2025-12-08 06:04:09+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.177.0/mirrord_linux_aarch64.zip
  sha256: a5efebd573ff0497c81cc670f34782d4b6fc94dfd43b4eab61745c3d80963a9b
  timestamp: 2025-12-19 00:09:36+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.177.0/mirrord_linux_x86_64.zip
  sha256: 21585dc918e7c4f30c964f38a32d0605f75b3a66c2630a941710c7992f0f3372
  timestamp: 2025-12-19 00:09:36+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.178.0/mirrord_linux_aarch64.zip
  sha256: 780d4f26eb9b18b08c87e36197f6498f2d636106e10678ef2adb43b3f54d2a02
  timestamp: 2025-12-21 12:04:00+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.178.0/mirrord_linux_x86_64.zip
  sha256: 8690d3513ce3b3c9dd35ae23eb9a0bc009ba6e4e2f82ae5320a4aa9cd750e21d
  timestamp: 2025-12-21 12:04:00+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.179.0/mirrord_linux_aarch64.zip
  sha256: d1a4ec8e8aaf3922e21075843286ce318bd72d25f48a64177ca002f91d698bba
  timestamp: 2025-12-24 12:04:08+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.179.0/mirrord_linux_x86_64.zip
  sha256: 91cc575f9e7c803c257e3e1681fe0ef3013358c93866d2f082a4fcb60aa08e3b
  timestamp: 2025-12-24 12:04:08+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.180.0/mirrord_linux_aarch64.zip
  sha256: 396b4211a6c3a78eb45dae369068ad025272befb275126954ec98f409f520d60
  timestamp: 2026-01-07 00:08:06+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.180.0/mirrord_linux_x86_64.zip
  sha256: bf7ae7cbf991387b54d47d98237c4d6088a97d720ff6c031e5d308a087f6cb67
  timestamp: 2026-01-07 00:08:06+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.181.0/mirrord_linux_aarch64.zip
  sha256: 28bdb4bf009e82f50aa808035153b9dcecd3d0bb447cd1141f0521a3f8d6d6bf
  timestamp: 2026-01-13 00:08:01+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.181.0/mirrord_linux_x86_64.zip
  sha256: f7e4d3c7b861831873582889a09556170a323003b7f93a93d9e6900b12674eab
  timestamp: 2026-01-13 00:08:01+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.182.0/mirrord_linux_aarch64.zip
  sha256: 76d4a04242dcb20e4d059a9848b93a24cf61cd502eb61a58a9b0b7d181a65200
  timestamp: 2026-01-18 00:09:40+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.182.0/mirrord_linux_x86_64.zip
  sha256: 76c539abc242951a8af7d4f52987c2e5f98ed17cf02f07fae90898d1142b7806
  timestamp: 2026-01-18 00:09:40+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.183.0/mirrord_linux_aarch64.zip
  sha256: 4120ddc7ca7264bba00fdc38852627948fba13ed61024b9f3c7bba6d22082906
  timestamp: 2026-01-23 12:04:24+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.183.0/mirrord_linux_x86_64.zip
  sha256: 02c9d2fbbf3bd874ff4dca0ff38587c356a866aa696d3287c93a4a5ae8b0cfc0
  timestamp: 2026-01-23 12:04:24+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.184.0/mirrord_linux_aarch64.zip
  sha256: 36a9d469196f21cbedcdd6c81a2571950c7ad4d0b64bddb2b3ddc82131a33207
  timestamp: 2026-01-28 18:05:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.184.0/mirrord_linux_x86_64.zip
  sha256: 2260263333184f11971deb98c5099708ec6e7b7abf54bd50b44d1f44ec3669e6
  timestamp: 2026-01-28 18:05:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.185.0/mirrord_linux_aarch64.zip
  sha256: d121e1cfe27a3734ea75a02c949c9a9b031b5e3edcafb9988b1555a02b737606
  timestamp: 2026-02-04 12:07:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.185.0/mirrord_linux_x86_64.zip
  sha256: 819cc02314266eef4e8f10277c5a1c0d1dc9465ce603fcf1a5c6486db9ca974f
  timestamp: 2026-02-04 12:07:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.185.1/mirrord_linux_aarch64.zip
  sha256: 06fddd045d4ca631dde46c8bf26cab10a070b752f05413ff6dd45377bf1390b7
  timestamp: 2026-02-04 18:13:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.185.1/mirrord_linux_x86_64.zip
  sha256: 1be8f1d6bd30d826f34ff55ec19ec8747591ff136aedaf0d6190e9a4e39837a9
  timestamp: 2026-02-04 18:13:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.186.0/mirrord_linux_aarch64.zip
  sha256: eafcfc9936bc85ad2bd44763368a490ec5e18d91d12f059c62ad4e5ece667c68
  timestamp: 2026-02-06 18:12:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.186.0/mirrord_linux_x86_64.zip
  sha256: 3a552a8d706065f7229eaef2f02d927a05d24e9e825515d585e9652efbef6e7e
  timestamp: 2026-02-06 18:12:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.187.0/mirrord_linux_aarch64.zip
  sha256: e23769c0cfe41258bb8b10773117b8fcfb367b0954c1dafda4de71b6021b4eee
  timestamp: 2026-02-09 18:15:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.187.0/mirrord_linux_x86_64.zip
  sha256: 4914e79ff5c2d59f49187ace1a0e495a94b5e014bfc8bbf06c959d9a3a0bf16c
  timestamp: 2026-02-09 18:15:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.188.1/mirrord_linux_aarch64.zip
  sha256: a94bd05a3efe3e7bb9e7868a97b7c3192e7c91b4412d4b81b7b6cfe9bf7750ae
  timestamp: 2026-02-13 00:13:38+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.188.1/mirrord_linux_x86_64.zip
  sha256: c2817642038e95ba86eac49df191b33a3cd23f25b2005029a0e658287721c8c8
  timestamp: 2026-02-13 00:13:38+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.188.2/mirrord_linux_aarch64.zip
  sha256: 6b06f8998fd34a517681b821202c3f5f641d207144871d344235a4e317ab812f
  timestamp: 2026-02-13 18:11:18+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.188.2/mirrord_linux_x86_64.zip
  sha256: bbf91cfc2d0d4d2106e70a6c3e4f426c5d8dfbb5bde648536ccb57a60fa229e2
  timestamp: 2026-02-13 18:11:18+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.189.0/mirrord_linux_aarch64.zip
  sha256: 90fbc149e4e9ff956558bcb9317beded5649ddc97deb01293f654fc1ff07daa2
  timestamp: 2026-02-19 18:15:31+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.189.0/mirrord_linux_x86_64.zip
  sha256: db00579c832ba1164558ebe7adc9731a9c5b1c9c510ef512e43fea65b17d0652
  timestamp: 2026-02-19 18:15:31+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.190.0/mirrord_linux_aarch64.zip
  sha256: f5a9824eef5316c07ce8e8b39015ee9846271677f306482d402d2b3417f0d6de
  timestamp: 2026-02-24 00:12:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.190.0/mirrord_linux_x86_64.zip
  sha256: 004dd21827f268268620668d4145e2b7662e8d5716247d7327b5751a10f3b02f
  timestamp: 2026-02-24 00:12:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.191.0/mirrord_linux_aarch64.zip
  sha256: 90dea7df35d45cd46a3c446bc94e5a884221ad31d50f55f61b624858c60ef080
  timestamp: 2026-02-26 12:10:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.191.0/mirrord_linux_x86_64.zip
  sha256: 8ec2e439963234762881730365358a5f6cce2b3bc1ca998fa048d49225cd93cc
  timestamp: 2026-02-26 12:10:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.192.0/mirrord_linux_aarch64.zip
  sha256: 6996ff232d2859cf50318087ad3f010b2826b881e97650cc4d92d766650b5535
  timestamp: 2026-03-03 06:13:42+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.192.0/mirrord_linux_x86_64.zip
  sha256: 60bcbf5395e616f0d52b1a9746e5393ebe53c77bc0b98387d80a94c9c90c1ddc
  timestamp: 2026-03-03 06:13:42+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.192.1/mirrord_linux_aarch64.zip
  sha256: b6fd9756a9136dd9db9f5a1809d65f3f5c750a5faeba3e4f25bd0961aa14c086
  timestamp: 2026-03-05 06:13:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.192.1/mirrord_linux_x86_64.zip
  sha256: 8169a55dbadd135831cc2d6263ed96dd9d658d29fb8f7387adb392a9b6f8431b
  timestamp: 2026-03-05 06:13:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.193.0/mirrord_linux_aarch64.zip
  sha256: 8bc4e3b30b09e68cba1c294232304f7c6daefb4d2259d79abb62970837aafe5f
  timestamp: 2026-03-05 18:33:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.193.0/mirrord_linux_x86_64.zip
  sha256: d732f9fc0921986554d47db70abd0ed96d6688168f68d9481ae865857565fbf8
  timestamp: 2026-03-05 18:33:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.194.0/mirrord_linux_aarch64.zip
  sha256: fe4ce9c62dbacaf5e1c1c20e362c91f79b9355c4fda37de26ce98d1a140489c7
  timestamp: 2026-03-20 06:16:04+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.194.0/mirrord_linux_x86_64.zip
  sha256: 0eb15fb27264d08a234219cb11d57ea074099448aa3474171d4c3057c63dc1f8
  timestamp: 2026-03-20 06:16:04+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.204.1/mirrord_linux_aarch64.zip
  sha256: 2f6d343d7ce8e7e3c1204add492eff802b667ecf6e76e7387aafa028a679f696
  timestamp: 2026-04-24 06:37:37+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.204.1/mirrord_linux_x86_64.zip
  sha256: 07606c8989f843d58a003502a77cb5469d10e222bb3c0a091ba298e8163b5bb5
  timestamp: 2026-04-24 06:37:37+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.205.0/mirrord_linux_aarch64.zip
  sha256: fea6a96904fdde76de91b85f73fb4f07b682cfa3d2b3e04328f6646d5e9126f2
  timestamp: 2026-04-24 12:17:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.205.0/mirrord_linux_x86_64.zip
  sha256: 7b1c2e2f0ac2423362f394caf9a9136f642943bc039d62ff089c135cd78b0e99
  timestamp: 2026-04-24 12:17:39+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.206.0/mirrord_linux_aarch64.zip
  sha256: 24f7565ec3326393bee8f3468782fbcf29365339b413139f2b5e7fefa965e1fe
  timestamp: 2026-04-24 18:12:41+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.206.0/mirrord_linux_x86_64.zip
  sha256: 39f9104c4f4bd47c09f30162df23e71449d195a04fb8f72941de656a434e53ed
  timestamp: 2026-04-24 18:12:41+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_linux_aarch64.zip
  sha256: 1a763ef213011ea5674ca63599f4a9a9f15e92e3013a4d5447a876c112df42c8
  timestamp: 2026-04-25 00:18:50+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_linux_x86_64.zip
  sha256: dbbe8bdf173339195bb5b14696b0823fe957822d52f2f5dc4300faf0aa0316b4
  timestamp: 2026-04-25 00:18:50+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.207.0/mirrord_linux_aarch64.zip
  sha256: 51cb36e5bba327b17e1bfaae95b403e54392c60a8851f46d6e704b7bef713dd0
  timestamp: 2026-04-28 18:29:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.207.0/mirrord_linux_x86_64.zip
  sha256: 0505ed83eb51a6d70874298afdfd6a11cef59913706b4b02aa920340d850aa46
  timestamp: 2026-04-28 18:29:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.208.0/mirrord_linux_aarch64.zip
  sha256: 84a34400f084466274b803c950d2a61800c601035ccb0c7c44ae0540c572e2aa
  timestamp: 2026-04-30 12:28:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.208.0/mirrord_linux_x86_64.zip
  sha256: 4eb7dac988de23649a9fa3fe1c96d13cd5604c86d6894bf104b8e83d3e94a6f9
  timestamp: 2026-04-30 12:28:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.209.0/mirrord_linux_aarch64.zip
  sha256: ffb340fe497e923abc8e2acef4ab773a87e5d8babdc790db35b1fd3d95582bd4
  timestamp: 2026-04-30 18:27:14+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.209.0/mirrord_linux_x86_64.zip
  sha256: 1de5c915d3f1ca3001b78c69c98b51c317c4b4cf9c7dda5f9c44f5f585c96c9c
  timestamp: 2026-04-30 18:27:14+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.209.1/mirrord_linux_aarch64.zip
  sha256: 01db5f432fc078166b3583d7e7ae54bf7e2bcb03c6a895fb70339a73e08ed7cd
  timestamp: 2026-05-01 12:17:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.209.1/mirrord_linux_x86_64.zip
  sha256: 48791841954bd22146cd797645bf6205195ad46f4dbab64ff61d65ddd3805271
  timestamp: 2026-05-01 12:17:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.210.0/mirrord_linux_aarch64.zip
  sha256: c75b26fc9abca5efe90e123ebe3768bbfb075cbb8196c144912140afe4fcb138
  timestamp: 2026-05-14 12:33:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.210.0/mirrord_linux_x86_64.zip
  sha256: ef96e596b63a691019ab858d922825b05228ab78490a8eddb1f07929872148a8
  timestamp: 2026-05-14 12:33:16+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.211.0/mirrord_linux_aarch64.zip
  sha256: bf1076474e60a18c1012525ba29534ea7582dbb9947b1f2b140327e0aefda48e
  timestamp: 2026-05-19 12:58:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.211.0/mirrord_linux_x86_64.zip
  sha256: 0a0644dfd4e95629b67212a1bd497675d7b964ec6490eb40c348ebbc344d8fa3
  timestamp: 2026-05-19 12:58:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.212.0/mirrord_linux_aarch64.zip
  sha256: bc070668a85edcc71158ec9b09db9113e9cbc61544f69bf530ebffc853c2436b
  timestamp: 2026-05-23 00:28:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.212.0/mirrord_linux_x86_64.zip
  sha256: 23b1407127b932c2375951b96da69aff52ba5d7d6f6851a8b555bb876c48f924
  timestamp: 2026-05-23 00:28:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.213.0/mirrord_linux_aarch64.zip
  sha256: 89543873c98d24b0d298a6651609dcff0e90b680f6daf56730e21d67f10218bf
  timestamp: 2026-05-29 07:15:06+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.213.0/mirrord_linux_x86_64.zip
  sha256: 10e263966ae2b7b85c09de1cffb1d411d165e1c2dc6a34ec611d540c2a5f7f3b
  timestamp: 2026-05-29 07:15:06+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.214.0/mirrord_linux_aarch64.zip
  sha256: ca4530bc603d568bc2e74c1373f5d255847770f906840d7c9b5dd565b1812210
  timestamp: 2026-06-03 19:14:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.214.0/mirrord_linux_x86_64.zip
  sha256: 5e7ea18b68847e8980c40117501c875528867abaae6a6baf77872c994cfb20da
  timestamp: 2026-06-03 19:14:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.215.0/mirrord_linux_aarch64.zip
  sha256: e79ffb473bb5769c580c443e59ada9bf4e6c26a994492315c543102f2b357ae0
  timestamp: 2026-06-04 07:33:02+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.215.0/mirrord_linux_x86_64.zip
  sha256: abc8b16ff4737f4d17a0c6e1d8b2afa0d56704e3f0937673cd07d77c9f6c017e
  timestamp: 2026-06-04 07:33:02+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.215.1/mirrord_linux_aarch64.zip
  sha256: 82c83ff77ba2f4f90a7e7371f4c8ed5858f81ecace15ae2637b353f3a5f6ee8c
  timestamp: 2026-06-04 12:57:55+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.215.1/mirrord_linux_x86_64.zip
  sha256: d58cf8446b9d842976aae0c50e5296e9d8f0b292c9b6372d100e3de1db25d1c4
  timestamp: 2026-06-04 12:57:55+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.216.0/mirrord_linux_aarch64.zip
  sha256: 6e095f275e514994a727026a4242b2728765855276895c308c2b0d4ec7c81dc8
  timestamp: 2026-06-07 18:24:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.216.0/mirrord_linux_x86_64.zip
  sha256: a99e43385eb6c12ac991c147e6d4fb2eb283def6b12b53bf85a7331a514dd688
  timestamp: 2026-06-07 18:24:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.217.0/mirrord_linux_aarch64.zip
  sha256: b243f4f3267c353cc7a1b7f878dda2694c2a65b6a64220fa2da63c273382ce9b
  timestamp: 2026-06-14 12:35:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.217.0/mirrord_linux_x86_64.zip
  sha256: 4162910ef5771f40c6848121d2a0834d3e17866cf6d364c307adb2ad8a288721
  timestamp: 2026-06-14 12:35:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.217.1/mirrord_linux_aarch64.zip
  sha256: 4393670d95d53596acfaa56fb540ff80c2c1c7736517a7fafe407af19fd5fd52
  timestamp: 2026-06-15 00:35:34+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.217.1/mirrord_linux_x86_64.zip
  sha256: 62e442a803d6d2e9128515ac01dda741b4522a750d1f9dfd8924ecd0f29c7e72
  timestamp: 2026-06-15 00:35:34+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.218.0/mirrord_linux_aarch64.zip
  sha256: 74ae643bf3d7328ad13ae731d8e4fb585a573c0eab5b050ecaf81ad5c2761388
  timestamp: 2026-06-16 19:10:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.218.0/mirrord_linux_x86_64.zip
  sha256: ac87677e6e26117e7b5b1c9bd03ce413b4554be6793b31dcf84ee54f9efb079e
  timestamp: 2026-06-16 19:10:23+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.219.0/mirrord_linux_aarch64.zip
  sha256: e9fd97771b39feec606c9b021bd2ad21dce7ce9772633f26df0b4495ae6a5c59
  timestamp: 2026-06-18 13:03:43+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.219.0/mirrord_linux_x86_64.zip
  sha256: 6d3f50ef0a4c9985491fbf739db757dc37988ffaf00acf114c4cc6ff4ef0cf6b
  timestamp: 2026-06-18 13:03:43+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.220.0/mirrord_linux_aarch64.zip
  sha256: 27d73e9d7307346b2a07018703834388e4863970fb5c83c2d835a8df922dac59
  timestamp: 2026-06-19 18:33:32+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.220.0/mirrord_linux_x86_64.zip
  sha256: a0e6015811781fca29858972fefc382df8e9ee3395459f46c4ecce48e99a20b3
  timestamp: 2026-06-19 18:33:32+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/mirrord.svg)](https://docs.wakemeops.com/packages/mirrord)
<a href="https://docs.wakemeops.com/packages/mirrord">
  <img src="https://docs.wakemeops.com/badges/mirrord.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/mirrord.svg
:target: https://docs.wakemeops.com/packages/mirrord