Skip to content

Commit 6bca27d

Browse files
authored
New package: AsafSaar.Dofek version 1.5.1 (microsoft#368026)
1 parent 1ded1a7 commit 6bca27d

3 files changed

Lines changed: 129 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: AsafSaar.Dofek
5+
PackageVersion: 1.5.1
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallModes:
10+
- silentWithProgress
11+
UpgradeBehavior: install
12+
ProductCode: '{DE2E564F-EF42-4F9E-BC78-D63277E4EAA4}'
13+
ReleaseDate: 2026-04-30
14+
AppsAndFeaturesEntries:
15+
- ProductCode: '{DE2E564F-EF42-4F9E-BC78-D63277E4EAA4}'
16+
UpgradeCode: '{3137098C-BA1A-5232-8735-5FAB384D0136}'
17+
InstallationMetadata:
18+
DefaultInstallLocation: '%ProgramFiles%/Dofek'
19+
Installers:
20+
- Architecture: x64
21+
InstallerUrl: https://github.com/AsafSaar/dofek/releases/download/v1.5.1/Dofek_1.5.1_x64_en-US.msi
22+
InstallerSha256: 8BE2B99FEE529A47B352C6A3FF88B3A0F0FCBA6969620A12E80B64799DF566E9
23+
ManifestType: installer
24+
ManifestVersion: 1.12.0
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: AsafSaar.Dofek
5+
PackageVersion: 1.5.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)