Conversation
miniti is an AI meeting assistant (live transcription, questions worth asking, coaching) with a native Linux app: https://github.com/12ian34/miniti-linux. The package re-wraps the release tarball that project's CI builds on Ubuntu 22.04 (glibc 2.35): binary, desktop entry with actions, AppStream metainfo, icons, man page and shell completions. No compiling. Local package on the fast ring, following the project's GitHub releases through the release API digests with the usual 24 h quarantine. x86_64 only until the project publishes an aarch64 asset.
ryanrhughes
force-pushed
the
miniti-bin
branch
from
September 19, 2026 02:35
e386a2e to
b6c0cfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
miniti is an AI meeting assistant: live transcript, the questions worth asking while they can still be asked, and speaking coaching. The Linux app is native (Tauri 2 + Rust), source available under the Elastic License 2.0 at https://github.com/12ian34/miniti-linux, and Omarchy is where I run it myself.
This adds
miniti-binas a local package on the fast ring.Re-wraps the release tarball the project's CI builds on Ubuntu 22.04 (glibc 2.35). The builder compiles nothing. Binary, desktop entry with start / stop / toggle actions, AppStream metainfo, icons, man page, bash / zsh / fish completions.
x86_64 only until there is an aarch64 release asset.
Plain
upstreamdeclaration: GitHub releases of12ian34/miniti-linux, checksums from the release API digests,min_release_age24h. The recipe pins 0.6.1, released today. Future releases need no change here: the sync picks each one up once it clears the quarantine.libayatana-appindicatorfor the tray. It is dlopen'd, soldddoes not show it; it is what a stock Omarchy has.gtk-layer-shellis a hard dependency on purpose: Omarchy is Hyprland and that library is what pins the floating recording surface there.alsa-libfor the mic.pipewire-pulsefor system audio.Built and installed from a clean
archlinux:base-develcontainer in the project's CI on every push:makepkg,pacman -U, the installed files checked,miniti --versionrun,namcapon the result (prebuilt-binary warnings only). The same directory is kept in the app repo underpackaging/omarchy-pkgs/miniti-binso the two cannot drift.A user on Omarchy 4.0.3 built and ran 0.4.1 from this recipe (miniti-linux issue #4, which found and fixed a mismatch between recipe and tarball).
bin/sync-upstream self-testpasses andbin/sync-upstream miniti-bin, run on an Omarchy machine against this branch, reports 0.4.1 as the newest release outside the 24h quarantine (0.5.0 and 0.6.1 both shipped today) and leaves the pinned 0.6.1 alone, as it should. After the window passes it will see 0.6.1 and have nothing to do.