···8899{{ $frontmatter.description }}
10101111-It is recommended you stick to versioned tags, the latest is `0.5.0`.
1111+::: info
1212+1313+The `wire` binary and the `wire.makeHive` function are tightly coupled, so it is
1414+recommended that you use the same version for both.
1515+1616+:::
12171318## Binary Cache
1419···2530## Installation through flakes
26312732When using flakes, you should install wire through the same input you create
2828-your hive from.
3333+your hive from, sourced from the `stable` branch.
29343035::: code-group
3136<<< @/snippets/guides/installation/flake.nix{38} [flake.nix]
3237:::
33383439## Installation through npins
4040+4141+With npins you may allow it to use release tags instead of the `stable`
4242+branch.
35433644```sh
3737-$ npins add github mrshmllow wire --at v0.5.0
4545+$ npins add github mrshmllow wire
3846```
39474048::: code-group
4149<<< @/snippets/guides/installation/shell.nix{8} [shell.nix]
5050+<<< @/snippets/guides/installation/hive.nix{8} [hive.nix]
4251:::