|
| 1 | +# Created with komac v2.16.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: AsafSaar.Dofek |
| 5 | +PackageVersion: 1.5.1 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Asaf Saar |
| 8 | +PublisherUrl: https://dofek.dev/ |
| 9 | +PublisherSupportUrl: https://github.com/AsafSaar/dofek/issues |
| 10 | +Author: Asaf Saar |
| 11 | +PackageName: Dofek |
| 12 | +PackageUrl: https://dofek.dev/ |
| 13 | +License: MIT |
| 14 | +LicenseUrl: https://github.com/AsafSaar/dofek/blob/main/LICENSE |
| 15 | +Copyright: Copyright (c) Asaf Saar |
| 16 | +ShortDescription: AI-aware system monitor for Windows, Linux, and macOS. |
| 17 | +Description: Dofek is a dual-interface system monitor for developers running AI workloads. Per-process VRAM. Inference detection. Candlestick CPU charts. TUI plus native desktop GUI. Windows, Linux, and macOS. |
| 18 | +Moniker: dofek |
| 19 | +Tags: |
| 20 | +- cli |
| 21 | +- desktop-app |
| 22 | +- gpu |
| 23 | +- gui |
| 24 | +- linux |
| 25 | +- nvml |
| 26 | +- ollama |
| 27 | +- ratatui |
| 28 | +- rust |
| 29 | +- system-monitor |
| 30 | +- tui |
| 31 | +- windows |
| 32 | +ReleaseNotes: |- |
| 33 | + Downloads |
| 34 | + Windows (x64) |
| 35 | + ─────────────┬──────────────────────────────────────────────── |
| 36 | + Artifact │Description |
| 37 | + ─────────────┼──────────────────────────────────────────────── |
| 38 | + dofek_*.msi │Desktop GUI installer — bundles both TUI and GUI |
| 39 | + ─────────────┼──────────────────────────────────────────────── |
| 40 | + dofek-tui.exe│Standalone TUI binary |
| 41 | + ─────────────┴──────────────────────────────────────────────── |
| 42 | + Linux (x86_64) |
| 43 | + ────────────────┬────────────────────────────────────────────────── |
| 44 | + Artifact │Description |
| 45 | + ────────────────┼────────────────────────────────────────────────── |
| 46 | + dofek_*.deb │Debian / Ubuntu package — bundles both TUI and GUI |
| 47 | + ────────────────┼────────────────────────────────────────────────── |
| 48 | + dofek_*.rpm │Fedora / RHEL / openSUSE package |
| 49 | + ────────────────┼────────────────────────────────────────────────── |
| 50 | + dofek_*.AppImage│Universal portable binary (chmod +x and run) |
| 51 | + ────────────────┼────────────────────────────────────────────────── |
| 52 | + dofek-tui │Standalone TUI binary |
| 53 | + ────────────────┴────────────────────────────────────────────────── |
| 54 | + macOS (Apple Silicon — aarch64) |
| 55 | + ──────────────────────────────────────┬──────────────────────────────────────────────────────── |
| 56 | + Artifact │Description |
| 57 | + ──────────────────────────────────────┼──────────────────────────────────────────────────────── |
| 58 | + dofek_*_aarch64.dmg │Disk image — open and drag to Applications (recommended) |
| 59 | + ──────────────────────────────────────┼──────────────────────────────────────────────────────── |
| 60 | + dofek-gui-aarch64-apple-darwin.app.zip│Lighter download — unzip and move the .app yourself |
| 61 | + ──────────────────────────────────────┼──────────────────────────────────────────────────────── |
| 62 | + dofek-tui-aarch64-apple-darwin │Standalone TUI binary (chmod +x and run) |
| 63 | + ──────────────────────────────────────┴──────────────────────────────────────────────────────── |
| 64 | + Intel Macs are not supported in this release. |
| 65 | + > 🍎 First launch on macOS — "Dofek.app is damaged and can't be opened." |
| 66 | + > That message is misleading: the app isn't damaged, it's just unsigned, and your browser tagged the DMG with a quarantine flag on download. Strip the flag once and it launches normally: |
| 67 | + > |
| 68 | + > xattr -dr com.apple.quarantine /Applications/Dofek.app |
| 69 | + > |
| 70 | + > On macOS 14 Sonoma and earlier you can also right-click the app → Open → Open. macOS 15 Sequoia removed that bypass, so the xattr command is the only fix there. Code signing + notarization is on the v1.6 roadmap. |
| 71 | + Plugins (optional add-ons) |
| 72 | + First-party plugins ship as standalone binaries — download only the ones you want, drop them on your PATH, and uncomment the matching [[plugins]] block in dofek.toml. They are not required for Dofek to run. |
| 73 | + ─────────────────────────────────────────┬──────────────────┬──────────────┬─────────────────────────────────── |
| 74 | + Plugin │Windows │Linux │macOS (aarch64) |
| 75 | + ─────────────────────────────────────────┼──────────────────┼──────────────┼─────────────────────────────────── |
| 76 | + dofek-ollama — Ollama model status │dofek-ollama.exe │dofek-ollama │dofek-ollama-aarch64-apple-darwin |
| 77 | + ─────────────────────────────────────────┼──────────────────┼──────────────┼─────────────────────────────────── |
| 78 | + dofek-docker — Docker container monitor │dofek-docker.exe │dofek-docker │dofek-docker-aarch64-apple-darwin |
| 79 | + ─────────────────────────────────────────┼──────────────────┼──────────────┼─────────────────────────────────── |
| 80 | + dofek-net-ping — Latency to a remote host│dofek-net-ping.exe│dofek-net-ping│dofek-net-ping-aarch64-apple-darwin |
| 81 | + ─────────────────────────────────────────┴──────────────────┴──────────────┴─────────────────────────────────── |
| 82 | + See dofek.toml.example and the per-plugin READMEs in plugins/ for configuration. |
| 83 | + Verification |
| 84 | + SHA256SUMS.txt contains checksums for every artifact above. |
| 85 | + Windows: |
| 86 | + Get-FileHash .\dofek_1.0.0_x64_en-US.msi -Algorithm SHA256 |
| 87 | + Linux: |
| 88 | + sha256sum -c SHA256SUMS.txt |
| 89 | + macOS: |
| 90 | + shasum -a 256 -c SHA256SUMS.txt |
| 91 | + > ⚠️ Binaries are currently unsigned. On Windows, SmartScreen may show a warning on first run (right-click installer → Properties → "Unblock"). On Linux, AppImages need chmod +x before running. On macOS, Gatekeeper will block first launch — right-click the .app → Open → Open, or run xattr -dr com.apple.quarantine /Applications/dofek.app. |
| 92 | + Changelog |
| 93 | + Auto-generated below. |
| 94 | + Full Changelog: v1.4.0...v1.5.1 |
| 95 | +ReleaseNotesUrl: https://github.com/AsafSaar/dofek/releases/tag/v1.5.1 |
| 96 | +ManifestType: defaultLocale |
| 97 | +ManifestVersion: 1.12.0 |
0 commit comments