You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laden Sie die vorgefertigten `.app`-Bundles von der [Releases](https://github.com/sinoon/codex-rate-watcher/releases)-Seite herunter — **kein Xcode oder Swift Toolchain erforderlich**.
71
+
72
+
| Chip | Download |
73
+
|---|---|
74
+
|**Apple Silicon** (M1 / M2 / M3 / M4) |[Neueste Version — Apple Silicon](https://github.com/sinoon/codex-rate-watcher/releases/latest)|
75
+
|**Intel** (x86_64) |[Neueste Version — Intel](https://github.com/sinoon/codex-rate-watcher/releases/latest)|
76
+
77
+
1. Laden Sie die `.zip` für den Chip Ihres Macs herunter
78
+
2. Entpacken und **Codex Rate Watcher.app** in `/Applications` ziehen
79
+
3. Starten — die App erscheint in der Menüleiste (nicht im Dock)
80
+
4. Stellen Sie sicher, dass Codex CLI angemeldet ist (`~/.codex/auth.json`)
81
+
82
+
> **Erster Start:** Die App ist nicht notarisiert. Rechtsklick → **Öffnen**, oder Systemeinstellungen → Datenschutz & Sicherheit → **Trotzdem öffnen**.
83
+
84
+
---
85
+
86
+
## 🚀 Aus dem Quellcode bauen
69
87
70
88
### Voraussetzungen
71
89
72
90
-**macOS 14** (Sonoma) oder neuer
73
-
-**Codex CLI** installiert und angemeldet (`~/.codex/auth.json`)
74
-
-**Swift 6.2+** (Xcode 26 oder [swift.org](https://swift.org) Toolchain)
91
+
-**Codex CLI** installiert und angemeldet
92
+
-**Swift 6.2+** (Xcode 26 oder [swift.org](https://swift.org))
Copy file name to clipboardExpand all lines: README.fr.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,28 +65,38 @@ Codex Rate Watcher réside dans votre barre de menu macOS et vous offre une **vi
65
65
-**Mode fenêtre de débogage** — drapeau `--window` pour fenêtre autonome
66
66
-**Zéro dépendance** — frameworks système Apple purs
67
67
68
-
## 🚀 Démarrage Rapide
68
+
## 📥 Téléchargement
69
+
70
+
Téléchargez les bundles `.app` pré-compilés sur la page [Releases](https://github.com/sinoon/codex-rate-watcher/releases) — **aucun Xcode ni toolchain Swift requis**.
71
+
72
+
| Puce | Téléchargement |
73
+
|---|---|
74
+
|**Apple Silicon** (M1 / M2 / M3 / M4) |[Dernière version — Apple Silicon](https://github.com/sinoon/codex-rate-watcher/releases/latest)|
75
+
|**Intel** (x86_64) |[Dernière version — Intel](https://github.com/sinoon/codex-rate-watcher/releases/latest)|
76
+
77
+
1. Téléchargez le `.zip` correspondant à la puce de votre Mac
78
+
2. Décompressez et glissez **Codex Rate Watcher.app** dans `/Applications`
79
+
3. Lancez — l'app apparaît dans la barre de menus (pas dans le Dock)
80
+
4. Vérifiez que Codex CLI est connecté (`~/.codex/auth.json`)
81
+
82
+
> **Premier lancement :** L'app n'est pas notariée. Clic droit → **Ouvrir**, ou Réglages → Confidentialité → **Ouvrir quand même**.
83
+
84
+
---
85
+
86
+
## 🚀 Compiler depuis les sources
69
87
70
88
### Prérequis
71
89
72
90
-**macOS 14** (Sonoma) ou ultérieur
73
-
-**Codex CLI** installé et connecté (`~/.codex/auth.json`)
74
-
-**Swift 6.2+** (Xcode 26 ou toolchain [swift.org](https://swift.org))
91
+
-**Codex CLI** installé et connecté
92
+
-**Swift 6.2+** (Xcode 26 ou [swift.org](https://swift.org))
0 commit comments