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.254.0*

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

Download URLs

Version SHA256 Size (KB)
3.254.0 57ecc36e64f7216a5984da91fb328befaf0e31d8af7405c996f2555cecbd8e30 18153
3.253.1 1acbfdc7f37d08315df19b72e0ee8b7be593d4ed574ff320cde1d48770148bf9 18115
3.253.0 0f5e082e549a0d42edce807ab8693e8d0ef9edd1035eba968c20d10379040c72 18097
3.252.1 f36e9a1d1f1b4c5f42351b89c81ba7407a4338be117ad36c565ff0bd17d46666 18099
3.251.0 bf6ad69d3a4195605fb4716a42ed49df7c56e31beb4449d2afa6fec71f9bed8e 17546
3.250.0 b98e214f72310341da7ff3a327a51e7192fade185e28a4697f0439abcc27dfd6 17237
3.249.0 b5c8e29d436252b114c88d15033f60af0d48148a486c5e375ae1f64a9fb93ac4 17270
3.247.0 6bf73028588cd45bbd11c40d323769b7bf682908771baebb61b96ce046c18fde 17000
3.246.0 c8ddd2b5b8b180409a9588bef4f7b78f6878e835419486fd4a652c0faf08243e 16954
3.245.0 ca7e75921d0720ac13bf7bbf47eee5d54aef92c19fe79c0efcf5b98845a8e6df 16922
Version SHA256 Size (KB)
3.254.0 164f5429dc66c37363b249603e7a08a4c750ed61ab6f4fa8dde3e422eb11e253 16604
3.253.1 3b05f2be418656fdd31f8188e181b094744fc8ce933f6781c43e0b6baa6c82e1 16590
3.253.0 36d29f13200e915f86263299880096a5491edcc43f04f813601b445c96aa235d 16565
3.252.1 2d7c93921ec4d9fe3d6095378b2dcc367638b86e57dbcf62e1c9b60b2380b922 16573
3.251.0 c8011c53c87663a90820d1a01eedeeb39bdfcb4b63aa7fbf4024d453c397b284 16123
3.250.0 1f47920305bc7b0994ab70e0d1fb667ed99d9992b930f2bbb142a95e3915a061 15912
3.249.0 ddfc260730142b9aeb940b52701d29d6c46e41437c60ffecd3979e258f3ff9ad 15926
3.247.0 1ffdd989241de69275f4d635c902f67c28235e63e4538d13794156f121095c42 15683
3.246.0 1677680af8d3ed32ea901be5199a0de5c9a77eaf2c54b4720da94b2895797f4e 15689
3.245.0 765157bb7d320e0e48889bf26cf2e163c2612002b0e0121275af6cba6e529d90 15688

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.217.0
    - 3.217.1
    - 3.218.0
    - 3.219.0
    - 3.220.0
    - 3.221.0
    - 3.221.1
    - 3.222.0
    - 3.223.0
    - 3.224.0
    - 3.225.0
    - 3.226.0
    - 3.227.0
    - 3.228.0
    - 3.229.0
    - 3.230.0
    - 3.231.0
    - 3.232.0
    - 3.233.0
    - 3.234.0
    - 3.235.0
    - 3.236.0
    - 3.236.1
    - 3.237.0
    - 3.238.0
    - 3.240.0
    - 3.241.0
    - 3.242.0
    - 3.243.0
    - 3.244.1
    - 3.245.0
    - 3.246.0
    - 3.247.0
    - 3.249.0
    - 3.250.0
    - 3.251.0
    - 3.252.1
    - 3.253.0
    - 3.253.1
    - 3.254.0
    - 3.255.0
    - 3.256.0
    - 3.257.0
    - 3.258.0
    - 3.259.0
    - 3.260.0
    - 3.261.0
    - 3.262.0
    - 3.263.0
    - 3.264.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.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
- url: https://github.com/metalbear-co/mirrord/releases/download/3.221.0/mirrord_linux_aarch64.zip
  sha256: 8fca6c039e147b18b1435d759d953a5ae31582aa29add4d6e567f4dbc295f4d4
  timestamp: 2026-06-23 00:32:46+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.221.0/mirrord_linux_x86_64.zip
  sha256: 257b10d1b7c87993f6c511177660e62feb26051956ecb674e5aa4ad573efac17
  timestamp: 2026-06-23 00:32:46+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.221.1/mirrord_linux_aarch64.zip
  sha256: 64ff31c1e6b922110ea16a3121cb2be6648343b4c3d462e367e92420e90f9277
  timestamp: 2026-06-23 18:37:56+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.221.1/mirrord_linux_x86_64.zip
  sha256: fa952544726d3772d31930568e0b7b9352179a45336221af1cb5fe2b41077906
  timestamp: 2026-06-23 18:37:56+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.222.0/mirrord_linux_aarch64.zip
  sha256: 4fc4bd8609dedacda463af20136b771c1f8b921881359f98992dd36737f5681d
  timestamp: 2026-06-24 18:33:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.222.0/mirrord_linux_x86_64.zip
  sha256: 4c042956ab6781f0559efc0efa95525f1db79802d1e5e14059a11acdd6a7eeb3
  timestamp: 2026-06-24 18:33:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.223.0/mirrord_linux_aarch64.zip
  sha256: eb68f966c2e816df1251b92628662e7c90a46b10572817e9c344707e3c842341
  timestamp: 2026-06-26 07:13:35+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.223.0/mirrord_linux_x86_64.zip
  sha256: 094ea15a016015d5ac62c870c126e5ce248f939b3b94627a8700506804f9e063
  timestamp: 2026-06-26 07:13:35+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.224.0/mirrord_linux_aarch64.zip
  sha256: ba902b27bd31bf7602f1cf22f42d00ed07eba52107cf280885648e90c62a17c1
  timestamp: 2026-06-30 00:31:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.224.0/mirrord_linux_x86_64.zip
  sha256: 3e6d4210a0f33b1172618dd6786e18d272b0dd9de6fdfe6ed06c1ff5a1663b5f
  timestamp: 2026-06-30 00:31:17+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.225.0/mirrord_linux_aarch64.zip
  sha256: e207fca00d9556d0439d3f41b2b3c2abac7cf386c52c1bd0dafb58fa1fc1517b
  timestamp: 2026-07-01 00:32:31+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.225.0/mirrord_linux_x86_64.zip
  sha256: cc881d36f3440e601141c21139b53fa3885acc2ad081a2c8448ce14d8517148a
  timestamp: 2026-07-01 00:32:31+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.226.0/mirrord_linux_aarch64.zip
  sha256: 0f284263d77de45e14e446c3d4dbf0b359c1927b4c097bd570d6ebb58edaf19f
  timestamp: 2026-07-01 18:36:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.226.0/mirrord_linux_x86_64.zip
  sha256: 7f34a9d943f1aeb6788d354fa241dd9236081067e8638ceec4d8e29c7b064a10
  timestamp: 2026-07-01 18:36:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.227.0/mirrord_linux_aarch64.zip
  sha256: 4d244660330ca41e732de17768ee11afb7016b7cd570ba5ce7585f33a18039d3
  timestamp: 2026-07-03 00:27:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.227.0/mirrord_linux_x86_64.zip
  sha256: e60ebaeffe0e9cd4c98eb9cd8189d1b0a9d2f98993c5c853760a09def3b119fc
  timestamp: 2026-07-03 00:27:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.228.0/mirrord_linux_aarch64.zip
  sha256: 9357ea836d61cd8ee79c7602ca55c1cf1ee604b1ffee01023e402c427b6d58cc
  timestamp: 2026-07-04 00:26:38+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.228.0/mirrord_linux_x86_64.zip
  sha256: a0172ebaf45e3618f36bf0589597b6aaeb6613ca8e1d641a3b30c8a66e538b08
  timestamp: 2026-07-04 00:26:38+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.229.0/mirrord_linux_aarch64.zip
  sha256: 126e47554a2f0ad99c5d74859bed1cf29a64d960a479d9a60a4ae2fe45b3db67
  timestamp: 2026-07-05 18:21:08+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.229.0/mirrord_linux_x86_64.zip
  sha256: ccbcfb0fb63b5ff368deb4b869e3891ebd111ce4e659dca2ed2f5a95455970d4
  timestamp: 2026-07-05 18:21:08+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.230.0/mirrord_linux_aarch64.zip
  sha256: 59790a9bb1c76106373f11c385743dff78a646418daeabff503c7e2430025975
  timestamp: 2026-07-07 18:38:35+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.230.0/mirrord_linux_x86_64.zip
  sha256: 0d77cff3081b030d1de2cdca1b01a1e0ed3317efcbb6c2636f22a30eda4a5a6e
  timestamp: 2026-07-07 18:38:35+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.231.0/mirrord_linux_aarch64.zip
  sha256: d16fde2dd2fca3c4acb4ef787d58888935623da8a5071fd575b0a6590a1959bb
  timestamp: 2026-07-08 18:27:51+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.231.0/mirrord_linux_x86_64.zip
  sha256: b67322d1c9861c4cf20b4310ceb232d6d1b289debfbff51fd202b248b3ca92cd
  timestamp: 2026-07-08 18:27:51+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.232.0/mirrord_linux_aarch64.zip
  sha256: 12e858ce133107307a5ac2e38bf62d9c646bf15a6027147effb6fde5f39d6743
  timestamp: 2026-07-13 12:46:32+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.232.0/mirrord_linux_x86_64.zip
  sha256: 82d8012573344762f1bd281118e89d97f8e379482d58b5f7273f75aafc8f19b9
  timestamp: 2026-07-13 12:46:32+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.233.0/mirrord_linux_aarch64.zip
  sha256: 1cf2f52a79e0ec00a6e393c60125d0d4ca9eca6511c446973e4772630856aa54
  timestamp: 2026-07-14 18:21:14+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.233.0/mirrord_linux_x86_64.zip
  sha256: d2a377fc77675d5b7aa95bd8ee31e03177cb3e5eacbcfd15548ddd9aa27bacf1
  timestamp: 2026-07-14 18:21:14+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.234.0/mirrord_linux_aarch64.zip
  sha256: 2e733585c4e4d963d967b6764a3204bf6b0293aaf3608af0012f6f2f73e71b98
  timestamp: 2026-07-17 12:23:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.234.0/mirrord_linux_x86_64.zip
  sha256: cb7e682d7d59e86f9bc18ad7b54fb6189e2e7f24ce7339ac064fb5ddd35ba4b3
  timestamp: 2026-07-17 12:23:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.235.0/mirrord_linux_aarch64.zip
  sha256: ceb418c098e5d18929aad8b2eb76bc26b7bf1738dd18c995951ccde734c76fe0
  timestamp: 2026-07-20 18:36:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.235.0/mirrord_linux_x86_64.zip
  sha256: bbe2b766486cc46e6577b03ff9f8ee750802a2807591ef152af969493c7341a4
  timestamp: 2026-07-20 18:36:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.236.0/mirrord_linux_aarch64.zip
  sha256: 470aed4561ac22c3ef6a4fbaaa7233a4e9ce04024ad8ba645617008dba645649
  timestamp: 2026-07-21 12:30:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.236.0/mirrord_linux_x86_64.zip
  sha256: 06dde20842505369195fb70685550c557d5be8d415fda8d53a5f99e65c93ef40
  timestamp: 2026-07-21 12:30:28+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.236.1/mirrord_linux_aarch64.zip
  sha256: 7bb5a9b1e5308530eba83e318b05d359c5f05bf9637a53b2d69525859f79bb7a
  timestamp: 2026-07-22 06:49:04+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.236.1/mirrord_linux_x86_64.zip
  sha256: f70bc4eac6e3098c57c0af679c3a498b2d527a72ee81e3a06a324ee4bf16bb9a
  timestamp: 2026-07-22 06:49:04+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.237.0/mirrord_linux_aarch64.zip
  sha256: 841ab84cae671a5ac9b73c4c2c5fd0e0ab3ead61142c0122214927d410392c0e
  timestamp: 2026-07-23 18:25:37+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.237.0/mirrord_linux_x86_64.zip
  sha256: 1bbc42bd3f8d3313ea69e224ac36c1eaacdf8fe06311784b2c58d4a2b49f9bb9
  timestamp: 2026-07-23 18:25:37+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.238.0/mirrord_linux_aarch64.zip
  sha256: 27477d64715c91bd7aa1445dad86318de99ea942518e65a3b6f5c78b1aae55f7
  timestamp: 2026-07-24 18:28:29+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.238.0/mirrord_linux_x86_64.zip
  sha256: c57e21ec8f377508bffc9e27494fc7ddf5ef334db569a069fea10d8301de1d12
  timestamp: 2026-07-24 18:28:29+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.240.0/mirrord_linux_aarch64.zip
  sha256: 6c3cb6abbc2a7292287aa0819167c3be989a96afafa99e83e3989841382acd2a
  timestamp: 2026-07-28 00:22:29+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.240.0/mirrord_linux_x86_64.zip
  sha256: 109b409586c2f24e28efa89744b35149bc0514382965c17d92b0beaf52ee2199
  timestamp: 2026-07-28 00:22:29+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.241.0/mirrord_linux_aarch64.zip
  sha256: 071e44b6fd158c59da9ab102d41edd9336ca9894d014b94611ae0843f73ae53b
  timestamp: 2026-07-29 18:18:48+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.241.0/mirrord_linux_x86_64.zip
  sha256: 454a9f79f9ad6bd2c67fc6def29cb1149e6fe17656f2238b60f2bf3ca6e09643
  timestamp: 2026-07-29 18:18:48+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.242.0/mirrord_linux_aarch64.zip
  sha256: bae58109bb07be48a1dbd269929f9c02e5a85c8a58c58f0ece32a7ee10ff88ba
  timestamp: 2026-07-30 18:28:02+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.242.0/mirrord_linux_x86_64.zip
  sha256: 5237e61d2cfd9e6699035f2daeb2856cb99e00583c52f1db4945fe93f7e0409a
  timestamp: 2026-07-30 18:28:02+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.243.0/mirrord_linux_aarch64.zip
  sha256: 20e53c67c4128c7c6d6ad55586a1ee05579d21ec4357563bfee879e20d3c56c0
  timestamp: 2026-08-01 00:23:40+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.243.0/mirrord_linux_x86_64.zip
  sha256: 022b41c8edef8cf8db4b186102817ea017cd740f70ec7c8cd3313a493c413011
  timestamp: 2026-08-01 00:23:40+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.244.1/mirrord_linux_aarch64.zip
  sha256: f807c8e70134e4fe4867200c67d7e0413c966442aace274d4f7b6bea476adc71
  timestamp: 2026-08-03 00:25:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.244.1/mirrord_linux_x86_64.zip
  sha256: 203dca252f32b6885c5c73ca26563d45a81464bb75b8c172cac8e029d0bdd029
  timestamp: 2026-08-03 00:25:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.245.0/mirrord_linux_aarch64.zip
  sha256: c464dd09a86fc84b05e71b6b4e0223fcd1cae45772f76200793ad3daf6e07d60
  timestamp: 2026-08-07 18:14:44+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.245.0/mirrord_linux_x86_64.zip
  sha256: ad725c2a0086382b993cce72d3a8a5884f8269e3bb71589185d0b521590fb096
  timestamp: 2026-08-07 18:14:44+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.246.0/mirrord_linux_aarch64.zip
  sha256: a6e5de48b7c257a3797921cf6342bc5c299ecb5e2d8ce67c0580fe844c6dd602
  timestamp: 2026-08-10 18:15:13+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.246.0/mirrord_linux_x86_64.zip
  sha256: 9df23ce5e764ee7b1578122f7799c8c5aec3bae94d81e7c34b05eece2a6c0407
  timestamp: 2026-08-10 18:15:13+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.247.0/mirrord_linux_aarch64.zip
  sha256: a1959ee70a4bbb0b0c81f9e8c26ea445f129af627418c7997bae3c186c0d1bdd
  timestamp: 2026-08-12 18:16:32+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.247.0/mirrord_linux_x86_64.zip
  sha256: 2a7c4b7ae1421bf99f92390f5e941f053be6b2bc74d13bc0710c6df8eae8f9b2
  timestamp: 2026-08-12 18:16:32+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.249.0/mirrord_linux_aarch64.zip
  sha256: 9c8e8274924c6934fea14c9dc039f612271dc827125a6d8aaaae80aa62acee84
  timestamp: 2026-08-18 06:06:55+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.249.0/mirrord_linux_x86_64.zip
  sha256: c5c8bff4b6fc9f8b569a8bea4f3d6227584771238597f2445e43ca8b94c5d775
  timestamp: 2026-08-18 06:06:55+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.250.0/mirrord_linux_aarch64.zip
  sha256: a402bcb0d3b72a02623c3977fe7b8d1edf61fcc85544100aab3c4c30ac022e6c
  timestamp: 2026-08-22 00:06:46+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.250.0/mirrord_linux_x86_64.zip
  sha256: f9bdc78859a7ef3b017d3a5b05c57fb133cb40bbeb9de7b179268239185e40f0
  timestamp: 2026-08-22 00:06:46+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.251.0/mirrord_linux_aarch64.zip
  sha256: 85e11f06c928c4714c0818b9634fc97b36e8b1f3b79b9a5926e4e6c01447087c
  timestamp: 2026-08-25 18:07:01+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.251.0/mirrord_linux_x86_64.zip
  sha256: 1009bdf249e860e08339341af025d9adef3d923a5fb1d7f7caac29d2adfa3322
  timestamp: 2026-08-25 18:07:01+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.252.1/mirrord_linux_aarch64.zip
  sha256: e8bea9a3af7bb569f92230bf529537df5d4cef5489a1137afe09f8edf6ae4410
  timestamp: 2026-08-31 18:05:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.252.1/mirrord_linux_x86_64.zip
  sha256: a0469b85b85dc3d1a0640daf7a24525dc5a972969677d79185f5921fa29c659d
  timestamp: 2026-08-31 18:05:33+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.253.0/mirrord_linux_aarch64.zip
  sha256: 5a23b86c191d335e7f2877eceb8a2829038a8ef7910d17bc94a4a36d1cc5fd05
  timestamp: 2026-09-01 18:05:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.253.0/mirrord_linux_x86_64.zip
  sha256: bdb7a4b08fd731889c07eb9d666730b1226eecf2c0b45668184150bdc617501f
  timestamp: 2026-09-01 18:05:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.253.1/mirrord_linux_aarch64.zip
  sha256: e85d196f5ed286dd99194938ababc5194285ce612f930c00ef25a7930f300086
  timestamp: 2026-09-02 12:06:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.253.1/mirrord_linux_x86_64.zip
  sha256: e50eddd3500a7913e56e3063fafa3ef99b24ade18061dc8e2c2a25123b4afc5b
  timestamp: 2026-09-02 12:06:47+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.254.0/mirrord_linux_aarch64.zip
  sha256: 962c81d3f2e7b9c06cb2f19d87b5ebfd5c39adad0fc58aa7407f5201f8ca41e2
  timestamp: 2026-09-03 06:08:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.254.0/mirrord_linux_x86_64.zip
  sha256: a8e9a23132375ed8573ecf9b802c0148189c4a2c8d638cb327554737e20c2367
  timestamp: 2026-09-03 06:08:03+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.255.0/mirrord_linux_aarch64.zip
  sha256: fa472f0ea997e2b362dcb8a3a5f65c8222dc752f38db79d906719fda1201b258
  timestamp: 2026-09-09 18:05:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.255.0/mirrord_linux_x86_64.zip
  sha256: c092210239a7e3e2c221cc545a6908e8424c61ccd4b5ae764f0734ea98806eae
  timestamp: 2026-09-09 18:05:25+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.256.0/mirrord_linux_aarch64.zip
  sha256: 7a8cc690b900f01dc3725bb6b253833cf8e81371ba13bbaeb148d6699387efe8
  timestamp: 2026-09-10 06:07:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.256.0/mirrord_linux_x86_64.zip
  sha256: 08bd9fd00f95ffe950ef8edc751a776b8194f3779baae8a859130c60015547cf
  timestamp: 2026-09-10 06:07:54+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.257.0/mirrord_linux_aarch64.zip
  sha256: a30f040bbc4e7aa4941d250766f26d62bebc23880c387945fa7b13ae9c629b9a
  timestamp: 2026-09-14 12:06:34+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.257.0/mirrord_linux_x86_64.zip
  sha256: 85510783b9daa9c15555183b2f2ce9e2a284c1b6ea6a8faf4642fae0306f98f2
  timestamp: 2026-09-14 12:06:34+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.258.0/mirrord_linux_aarch64.zip
  sha256: 5084b2e19130f793f00fb2cfec46c95822b975769a67c94cdfc9edecce888377
  timestamp: 2026-09-15 18:04:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.258.0/mirrord_linux_x86_64.zip
  sha256: 34b89237b8af334d7b1e284be7bc7c0bf43d62f121e4b72cc4e1968db68446f9
  timestamp: 2026-09-15 18:04:52+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.259.0/mirrord_linux_aarch64.zip
  sha256: 9a4d6ff94220f1561760b21475af7229724e3a221d2e27fc44713c6d8c6debe2
  timestamp: 2026-09-16 18:05:22+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.259.0/mirrord_linux_x86_64.zip
  sha256: 53aa74b4a41a6368a8e41cc2e06b1a8ce573c104a1e9224bea1b9c66251806e0
  timestamp: 2026-09-16 18:05:22+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.260.0/mirrord_linux_aarch64.zip
  sha256: a7bbdbeec8cb7df759566e013718e94086fcb724aa32143b262e8215ddbebd3f
  timestamp: 2026-09-17 12:06:41+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.260.0/mirrord_linux_x86_64.zip
  sha256: eb8ba6f04c0af818414468b1038ad4b9c03faebfc52a4347edc1fca6aec7da8d
  timestamp: 2026-09-17 12:06:41+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.261.0/mirrord_linux_aarch64.zip
  sha256: 570e2c8f25167167b39a2c9a55640c7fed63e66a811bc3e9fc0d8ee461b884d6
  timestamp: 2026-09-18 06:07:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.261.0/mirrord_linux_x86_64.zip
  sha256: c08e8fe6358c56089cbe8212522f2940097769ec2ff2f520a91559915c0df654
  timestamp: 2026-09-18 06:07:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.262.0/mirrord_linux_aarch64.zip
  sha256: ef51cd3b68bc9189a1488e5c5d3de867b620e720ed5101871101e5370b2e95fc
  timestamp: 2026-09-20 18:05:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.262.0/mirrord_linux_x86_64.zip
  sha256: aad7a32b0e9a5438d068d308737b1f75f86f15d44cde98aff6c9d7e904449fbc
  timestamp: 2026-09-20 18:05:11+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.263.0/mirrord_linux_aarch64.zip
  sha256: 627b27186a05e26f467af42af53e8fca9b279c2c5f25c6408fea754a7bf6948f
  timestamp: 2026-09-24 12:06:36+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.263.0/mirrord_linux_x86_64.zip
  sha256: 379ae1cbfcf04e717c025689046117f8924917e8982fb6455d9dbbf88afafb5e
  timestamp: 2026-09-24 12:06:36+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.264.0/mirrord_linux_aarch64.zip
  sha256: 000eec6b7648af6e5af38c30d79fd3252e95e6e16554d5bb18699deb372188c7
  timestamp: 2026-09-25 18:05:27+00:00
- url: https://github.com/metalbear-co/mirrord/releases/download/3.264.0/mirrord_linux_x86_64.zip
  sha256: d08bb5712746a5d4e86e2780b8623c01036ee521a766b4b6b6326a5dc6499928
  timestamp: 2026-09-25 18:05:27+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