reid
2 years ago
committed by
GitHub
2 changed files with 43 additions and 45 deletions
@ -1,44 +1,42 @@ |
|||||
manifestVersion: 1 |
manifestVersion: 1 |
||||
id: urbit |
id: urbit |
||||
category: Networking |
category: Networking |
||||
name: Urbit |
name: Urbit |
||||
version: "v1.16" |
version: "v1.16-hotfix1" |
||||
tagline: Run Urbit on your Umbrel |
tagline: Run Urbit on your Umbrel |
||||
description: >- |
description: >- |
||||
Urbit is a personal server for self-sovereign personal & networked |
Urbit is a personal server for self-sovereign personal & networked |
||||
computing. Nock, a functional combinator, is built into Hoon, a system |
computing. Nock, a functional combinator, is built into Hoon, a system |
||||
programming language, used to implement Arvo, a deterministic operating |
programming language, used to implement Arvo, a deterministic operating |
||||
system, that communicates over Ames, a decentralized, encrypted P2P network. |
system, that communicates over Ames, a decentralized, encrypted P2P network. |
||||
|
|
||||
|
|
||||
This app helps you boot and manage Urbit instances on your Umbrel. It provides a simple management GUI, start and stop operations, and passes your +code through the interface. |
This app helps you boot and manage Urbit instances on your Umbrel. It provides a simple management GUI, start and stop operations, and passes your +code through the interface. |
||||
|
|
||||
|
|
||||
If you are interested in purchasing an L2 planet checkout: subject.network/buy |
If you are interested in purchasing an L2 planet checkout: subject.network/buy |
||||
|
|
||||
|
|
||||
Credit to ~timluc-miptev, ~master-forwex, ~sipsen-pilser & ~rivpyl-sidfyl |
Credit to ~timluc-miptev, ~master-forwex, ~sipsen-pilser & ~rivpyl-sidfyl |
||||
developer: ~mopfel-winrux & ~sitful-hatred |
developer: ~mopfel-winrux & ~sitful-hatred |
||||
website: https://github.com/mopfel-winrux/urbit-umbrel |
website: https://github.com/mopfel-winrux/urbit-umbrel |
||||
dependencies: [] |
dependencies: [] |
||||
repo: https://github.com/mopfel-winrux/urbit-umbrel |
repo: https://github.com/mopfel-winrux/urbit-umbrel |
||||
support: https://github.com/mopfel-winrux/urbit-umbrel/issues |
support: https://github.com/mopfel-winrux/urbit-umbrel/issues |
||||
port: 8090 |
port: 8090 |
||||
gallery: |
gallery: |
||||
- 1.jpg |
- 1.jpg |
||||
- 2.jpg |
- 2.jpg |
||||
- 3.jpg |
- 3.jpg |
||||
path: /launch |
path: /launch |
||||
defaultUsername: umbrel |
defaultUsername: umbrel |
||||
deterministicPassword: true |
deterministicPassword: true |
||||
torOnly: false |
torOnly: false |
||||
submitter: ~mopfel-winrux |
submitter: ~mopfel-winrux |
||||
submission: https://github.com/getumbrel/umbrel/pull/1246 |
submission: https://github.com/getumbrel/umbrel/pull/1246 |
||||
releaseNotes: >- |
releaseNotes: >- |
||||
Updated Urbit binary to v1.16 |
- Updated Urbit binary to v1.16 |
||||
|
|
||||
Arvo 417K |
- Fix URL with vere repo |
||||
|
|
||||
Vere 1.16 |
This release is functionally equivalent to v1.15 but is built in the new Vere repo using Bazel instead of Nix with a new and improved release pipeline. It marks the successful extraction of the runtime from the Urbit monorepo. It also adds a new AArch64-specific macOS build and removes the Windows build. |
||||
|
|
||||
This release is functionally equivalent to v1.15 but is built in the new Vere repo using Bazel instead of Nix with a new and improved release pipeline. It marks the successful extraction of the runtime from the Urbit monorepo. It also adds a new AArch64-specific macOS build and removes the Windows build. |
|
||||
|
Loading…
Reference in new issue