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
Copy file name to clipboardExpand all lines: README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ A blazingly fast, native Swift inference server that serves [MLX](https://github
4
4
5
5
No Python runtime, no Global Interpreter Lock (GIL), no unnecessary memory copies. Just bare-metal Apple Silicon performance compiled to a single binary.
1. Select the **SwiftLMChat** target → **Signing & Capabilities**
87
+
2. Set your **Team** (your Apple Developer account)
88
+
3. Select your iPhone as the run destination
89
+
4. ⌘R to build and run
90
+
91
+
> **Note for contributors**: The `.xcodeproj` is git-ignored (it contains your personal Team ID). Run `generate_xcodeproj.py` after cloning to regenerate it locally. Your Team ID is never committed.
92
+
93
+
---
94
+
95
+
## 🛠️ Quick Start (macOS Server)
60
96
61
97
### Fastest: Download Pre-built Binary
62
98
The absolute fastest way to get started is to [download the latest pre-compiled macOS binary](https://github.com/SharpAI/SwiftLM/releases) directly from the Releases page. Just extract it and run!
0 commit comments