maclocal-api
Local OpenAI-compatible model server for Apple Silicon Macs
All Skills in This Repository (10)
Pure Emerald Level Indicatorstest-macafm
Run maclocal-api test suites with pass/fail assertions and AI-judge analyses.
build-afm-nightly-publish
Automate the AFM nightly release pipeline from build to Homebrew tap updates.
afm-build-promote-nightly
Build AFM stable releases from main HEAD or nightly commits with validated patches and packaging.
afm-release-wheel
Build and publish a PyPI wheel from an existing AFM binary.
test-opencode-tooling
Classify tool-call failures between OpenCode and afm during automated testing.
test-afm-binary
Validate pre-built afm binaries with pre-flight checks and test suites on macOS.
build-afm
Build the AFM binary from a clean clone with submodules, patches, web UI, and Swift.
add-afm-model
Analyze HuggingFace MLX model config.json files to onboard them into AFM registries and Swift backend workflows.
codex-promptfoo-agentic-eval
Run and interpret Promptfoo-based AFM agentic evaluation suites for QA.
afm
Launch a local macOS ML stack with an OpenAI-compatible API.
Frequently Asked Questions
FAQPage SchemaHow to install maclocal-api?โผ
Run `npx skills add scouzi1966/maclocal-api --all -g -y` in your terminal to install all skills in this suite globally.
How to run local models on a Mac with an OpenAI API?โผ
Install the afm binary via Homebrew or pip, then run `afm mlx -m <model-id>` to serve any Hugging Face MLX model at a local OpenAI-compatible endpoint.
Does maclocal-api support tool calling and streaming?โผ
Yes. It supports OpenAI-compatible tool calling with multiple parser formats, streaming SSE responses, structured JSON output, logprobs, and reasoning extraction.
Can I add a new Hugging Face model to AFM?โผ
Yes. The add-afm-model skill checks model compatibility, registers new architectures, and ports implementations so your agent can onboard new MLX models.
Does maclocal-api work with coding agents like OpenCode?โผ
Yes. It is built for tool-using clients and includes dedicated test skills that validate tool call reliability with OpenCode, OpenClaw, and other agent frameworks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core