{"id":50332138,"url":"https://github.com/emrahcom/llama-native","last_synced_at":"2026-05-29T10:30:40.746Z","repository":{"id":352446562,"uuid":"1215140890","full_name":"emrahcom/llama-native","owner":"emrahcom","description":"A lightweight Deno client for llama.cpp with zero dependencies. Supports OpenAI-compatible chat and native GBNF grammar completions.","archived":false,"fork":false,"pushed_at":"2026-05-26T16:23:53.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T16:27:30.809Z","etag":null,"topics":["deno","jsr","llama","llama-cpp","llamacpp"],"latest_commit_sha":null,"homepage":"https://jsr.io/@emrahcom/llama-native","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emrahcom.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":"2026-04-19T14:35:27.000Z","updated_at":"2026-05-03T18:50:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/emrahcom/llama-native","commit_stats":null,"previous_names":["emrahcom/llama-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emrahcom/llama-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2Fllama-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2Fllama-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2Fllama-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2Fllama-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrahcom","download_url":"https://codeload.github.com/emrahcom/llama-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2Fllama-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33648529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno","jsr","llama","llama-cpp","llamacpp"],"created_at":"2026-05-29T10:30:39.765Z","updated_at":"2026-05-29T10:30:40.741Z","avatar_url":"https://github.com/emrahcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llama-native\n\n**Still in alpha**\n\nA lightweight Deno client for llama.cpp with zero dependencies. Supports\nOpenAI-compatible chat and native GBNF grammar completions.\n\n## Usage\n\nAssuming that `llama-server` is running in your local environment...\n\n```Typescript\nimport { Llama } from \"jsr:@emrahcom/llama-native\";\n\nconst llama = new Llama();\nconst res = await llama.v1.chat.create({\n  messages: [\n    { role: \"user\", content: \"Hello!\" },\n  ],\n});\n\nconsole.log(res.choices[0].message.content);\n```\n\nSee also [examples](examples).\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrahcom%2Fllama-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrahcom%2Fllama-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrahcom%2Fllama-native/lists"}