Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T06:37:24.929Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

snapcraft.yaml.in

59 lines · 1.6 KB · text
1name: omega
2title: Omega
3base: core24
4version: "$RELEASE_VERSION"
5summary: The OpenAgents desktop client and integrated development environment
6description: |
7  Omega brings people, agents, conversations, code, reviews, approvals, and
8  execution into one native workspace.
9grade: stable
10confinement: classic
11compression: lzo
12website: https://www.openagents.com/
13source-code: https://github.com/OpenAgentsInc/omega
14issues: https://github.com/OpenAgentsInc/omega/issues
15
16parts:
17  omega:
18    plugin: dump
19    source: "https://github.com/OpenAgentsInc/omega/releases/download/v$RELEASE_VERSION/omega-linux-x86_64.tar.gz"
20
21    organize:
22      # These renames seem to not be necessary, but it's tidier.
23      bin: usr/bin
24      libexec: usr/libexec
25
26    stage-packages:
27      - libasound2t64
28      # snapcraft has a lint that this is unused, but without it Zed exits with
29      # "Missing Vulkan entry points: LibraryLoadFailure" in wgpu.
30      - libvulkan1
31      # snapcraft has a lint that this is unused, but without it Zed exits with
32      # "NoWaylandLib" when run with Wayland.
33      - libwayland-client0
34      - libxcb1
35      - libxkbcommon-x11-0
36      - libxkbcommon0
37
38    build-attributes:
39      - enable-patchelf
40
41    prime:
42      # Omit unneeded files from the tarball
43      - -lib
44      - -licenses.md
45      - -share
46
47      # Omit unneeded files from stage-packages
48      - -etc
49      - -usr/share/doc
50      - -usr/share/lintian
51      - -usr/share/man
52
53apps:
54  omega:
55    command: usr/bin/omega
56    common-id: com.openagents.omega
57    environment:
58      ZED_BUNDLE_TYPE: snap
59
Served at tenant.openagents/omega Member data and write actions are omitted.