FluidInference/FluidUse
Local computer use on Apple silicon: on-device typed decisions with laya and form filling with CUA-S1-FORMS, driven through the macOS Accessibility API
About the project
Local computer use on Apple silicon: reads forms in macOS apps via the Accessibility API, asks a small on-device model what belongs in each field, and types the answer into the real app.
Useful for
- Fill a form in Safari or WKWebView from a Label: value profile without sending data off-device
- Run the laya model for choice/score/noul questions about text with calibrated probabilities
- Measure CUA-S1-FORMS and laya decision latency on the Neural Engine via built-in benchmarks
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 42 stars so far today, about 59 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 109 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #188.
- About 11 forks a day — people are taking the code.
- Recent forks include notable developers: @dorucioclea (311 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 109
- Today
- 42 · ≈ 59 by evening
- Forks
- 7
- Issues and pull requests
- 5
- Watchers
- 0
- Language
- Swift
- License
- Apache-2.0
- Latest release
- v0.2.0 · September 21, 2026
- Created
- September 21, 2026
- Last push
- September 22, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026Top new repositories this week: #188
Similar by description
-
6.9
mizorewww/laya-coreml
Local port of the Laya model to Apple Core ML and Neural Engine: returns typed decisions (choice, score, yes/no) without token generation, with speed and energy benchmarks.
-
9.2
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
3.2
kraayenjon/awesome-jev
A curated list of resources for Jev, TypeSafe AI's System One model that returns typed decisions (Choice, Score, Noul) with calibrated probabilities instead of generated text. Aimed at developers integrating Jev into…
-
8.8
mizorewww/laya-mlx
Native MLX runtime for Laya typed decision models: returns probabilities for choices, scores or truth values without text generation, running locally on Apple Silicon.
-
2.5
daseinlabs/open-jev
Local server and CLI for scoring pre-written options with an LLM: computes each option's log-probability in a single prefix-shared forward pass without decoding, running Gemma 3 4B on Apple Silicon via MLX.