{"id":45569269,"url":"https://github.com/ybubnov/metalchat","last_synced_at":"2026-02-23T07:22:16.601Z","repository":{"id":338425704,"uuid":"882110489","full_name":"ybubnov/metalchat","owner":"ybubnov","description":"Llama inference for Apple Silicon","archived":false,"fork":false,"pushed_at":"2026-02-14T11:58:48.000Z","size":1681,"stargazers_count":13,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T20:18:35.883Z","etag":null,"topics":["deep-learning","machine-learning","neural-networks"],"latest_commit_sha":null,"homepage":"https://metalchat.readthedocs.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ybubnov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-01T23:03:30.000Z","updated_at":"2026-02-14T11:58:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ybubnov/metalchat","commit_stats":null,"previous_names":["ybubnov/metalchat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ybubnov/metalchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ybubnov%2Fmetalchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ybubnov%2Fmetalchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ybubnov%2Fmetalchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ybubnov%2Fmetalchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ybubnov","download_url":"https://codeload.github.com/ybubnov/metalchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ybubnov%2Fmetalchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:21:16.360Z","status":"ssl_error","status_checked_at":"2026-02-23T07:21:16.007Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","machine-learning","neural-networks"],"created_at":"2026-02-23T07:22:16.103Z","updated_at":"2026-02-23T07:22:16.591Z","avatar_url":"https://github.com/ybubnov.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetalChat - Llama inference for Apple Silicon\n\nMetalChat is a [Metal](https://developer.apple.com/metal/)-accelerated C++ framework and command\nline interpreter for inference of [Meta Llama](https://www.llama.com/) models.\n\n\u003e [!IMPORTANT]\n\u003e The library API and CLI are under active development, therefore they may change without any\n\u003e deprecation notice. See issues tab for the list of known issues or missing features.\n\n\n## Getting started\n\nSee the [getting started](https://metalchat.readthedocs.org/en/latest/guides/getting_started.html)\nguide for using MetalChat as a library and\n[command line](https://metalchat.readthedocs.org/en/latest/guides/command_line.html) guide for\nusing MetalChat to interact with LLM model from the command line.\n\n## Installation\n\nThe framework and command line utility could be installed using Homebrew package manager in a\nfollowing way:\n```sh\nbrew tap ybubnov/metalchat https://github.com/ybubnov/metalchat\nbrew install --HEAD metalchat\n```\n\nAlternatively you could build a [Conan](https://conan.io/) package locally using dependencies\ndownloaded from the Conan registry. After that, you could use the MetalChat framework just like\nany other Conan dependency.\n```sh\ngit clone https://github.com/ybubnov/metalchat\ncd metalchat\nconan build \\\n    --build=missing \\\n    --settings build_type=Release \\\n    --conf tools.build.skip_test=True \\\n    --options '\u0026:build_executable'=False \\\n    --options '\u0026:use_system_libs'=False\nconan export-pkg\n```\n\nIf you are using CMake as a build system, you could link the framework using an automatically\nexported target:\n```cmake\nfind_package(metalchat CONFIG REQUIRED)\ntarget_link_libraries(build_target PRIVATE MetalChat::MetalChat)\n```\n\n## License\n\nThe MetalChat is distributed under GPLv3 license. See the [LICENSE](LICENSE) file for full license\ntext.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fybubnov%2Fmetalchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fybubnov%2Fmetalchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fybubnov%2Fmetalchat/lists"}