8 Commits
Author SHA1 Message Date
Александр 73b5e87e95 feat(max): add MAX messenger package, sandboxed with Firejail
MAX is the Russian state-affiliated messenger; the official Qt6 client is
repacked from download.max.ru with no independent security track record,
so it never runs unsandboxed. /usr/bin/max is a wrapper (not a symlink)
that always launches through `firejail --profile=max`; the .desktop Exec
goes through the same wrapper so there's no launch path that bypasses it.
The profile hides the rest of the home directory behind private ~/.config,
~/.cache and ~/.local/share/max subdirectories, drops capabilities, enables
seccomp, blocks system D-Bus, and blacklists the standalone crashpad_handler
crash-report uploader. Full elimination of first-party telemetry isn't
claimed or possible from the sandbox layer alone — documented in LICENSE.

Also wires up repo-wide bookkeeping now that all three package changes
(telegram-desktop -> telegram rename, vk-messenger, max) are in: README
package count/catalog rows, docs/maintenance.md naming table and directory
count, and tools/package_updates.sh + tools/validate_repo.py package lists.
2026-07-25 18:02:25 +10:00
Александр 91fe77b794 Rename msvc-go-wine package to vintner, bump to 0.2.0
Upstream rebranded to vintner (github.com/Cheviiot/vintner) and
cut a new release with WDK driver-build support, short command
aliases, and English/Russian CLI localization. Updates the package
directory, Staplerfile (name, urls, checksums, replaces), catalog
entry in README.md, and the two tools/ scripts that hardcode the
package name list.
2026-07-25 04:06:07 +10:00
Александр 8564f84ed5 fix: avoid substring collision in sync_readme_versions.py
Wrap the install command in backticks when matching README rows, so
nivora/claude no longer matches inside the nivora/claude-alt row.
2026-07-25 02:28:09 +10:00
Александр 07d13aca64 feat: add Telegram Desktop package
Repackages the official static tsetup.7.0.5.tar.xz Linux build for
amd64, keeping the upstream org.telegram.desktop desktop-id and
TelegramDesktop WM class.
2026-07-25 02:28:05 +10:00
Александр fdb4a492ef feat: add Nivora CLI and msvc-go-wine 2026-07-25 01:43:11 +10:00
Александр 3cc4217790 feat: rename Claude package 2026-07-25 01:22:52 +10:00
Александр f3af93802f feat: split ClaudeAlt into independent package 2026-07-25 01:18:17 +10:00
Александр f405ae2bcf feat: create autonomous Nivora package repository
Maintain a validated cross-distribution package catalog.
Automate upstream updates, isolated builds, diagnostics, and direct publication.
Build the official GitHub Desktop sources for Linux with working OAuth.
2026-07-25 00:49:32 +10:00