ipenywis/laya-ultrafast
Same as jev-ultrafast but using Laya
About the project
A local port of the jev-ultrafast browser agent that makes action decisions with the open-weight Laya model via MLX instead of a hosted API. Apple Silicon only, and it runs browser tasks without per-step cost.
Useful for
- Fill a website form from a goal without calling a hosted decision API
- Run a flight-search scenario on Google Flights or Skyscanner with final-page checks
- Set up a fully offline agent using a local text-model server such as Ollama
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 50 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 106 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #197.
- About 15 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 106
- Today
- 50 · ≈ 59 by evening
- Forks
- 15
- Issues and pull requests
- 1
- Watchers
- 2
- Language
- Python
- License
- MIT
- 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: #197
Similar by description
-
8.3
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
3.6
browser-use/browser-use
Open-source Python library and CLI for AI agents that drive a browser: complete tasks on websites, fill forms and handle CAPTCHAs. Supports local runs, cloud browsers and a hosted API.
-
5.0
FluidInference/FluidUse
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.
-
7.0
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.