{"id":13815837,"url":"https://github.com/leon-ai/leon-cli","last_synced_at":"2025-04-05T23:11:55.355Z","repository":{"id":40666718,"uuid":"352648851","full_name":"leon-ai/leon-cli","owner":"leon-ai","description":"⌨️ Command-line interface (CLI) for a better use of Leon, your open-source personal assistant. GNU/Linux, macOS and Windows supported.","archived":false,"fork":false,"pushed_at":"2023-11-14T22:39:24.000Z","size":2030,"stargazers_count":181,"open_issues_count":2,"forks_count":22,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-03-29T22:10:01.204Z","etag":null,"topics":["assistant","chatbot","cli","personal-assistant","virtual-assistant","voice-assistant"],"latest_commit_sha":null,"homepage":"https://getleon.ai","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/leon-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-29T13:13:46.000Z","updated_at":"2025-03-26T00:22:03.000Z","dependencies_parsed_at":"2024-01-18T02:37:53.096Z","dependency_job_id":"6f39d21b-9e7b-45c9-a4ef-10ecfeff0b88","html_url":"https://github.com/leon-ai/leon-cli","commit_stats":{"total_commits":216,"total_committers":7,"mean_commits":"30.857142857142858","dds":0.5462962962962963,"last_synced_commit":"6b778a1e14384dd050db918662547c1f57096e6e"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon-ai%2Fleon-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon-ai%2Fleon-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon-ai%2Fleon-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon-ai%2Fleon-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leon-ai","download_url":"https://codeload.github.com/leon-ai/leon-cli/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411239,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["assistant","chatbot","cli","personal-assistant","virtual-assistant","voice-assistant"],"created_at":"2024-08-04T04:04:12.484Z","updated_at":"2025-04-05T23:11:55.336Z","avatar_url":"https://github.com/leon-ai.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://getleon.ai\"\u003e\u003cimg width=\"96\" src=\"https://getleon.ai/img/leon-cli.svg\" alt=\"Leon\"\u003e\u003c/a\u003e\u003cbr\u003e\n  Leon CLI\n\u003c/h1\u003e\n\n_\u003cp align=\"center\"\u003eThe companion for your Leon journey.\u003c/p\u003e_\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/licence-MIT-blue.svg?label=License\u0026style=flat\" alt=\"Licence MIT\"/\u003e\u003c/a\u003e\n  \u003ca href=\"./CONTRIBUTING.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/leon-ai/leon-cli/actions/workflows/build.yml\"\u003e\u003cimg src=\"https://github.com/leon-ai/leon-cli/actions/workflows/build.yml/badge.svg?branch=develop\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/leon-ai/leon-cli/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://github.com/leon-ai/leon-cli/actions/workflows/tests.yml/badge.svg?branch=develop\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/leon-ai/leon-cli/actions/workflows/lint.yml\"\u003e\u003cimg src=\"https://github.com/leon-ai/leon-cli/actions/workflows/lint.yml/badge.svg?branch=develop\" /\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\n---\n\n## 👋 Introduction\n\nMeet the Leon CLI, **the new companion for your [Leon](https://getleon.ai/) journey**!\n\nWith this CLI, you can **get Leon** (your open-source personal assistant) running on **GNU/Linux, macOS or Windows, in only 3 commands**.\n\nMore commands are coming to **improve your comfort** and make the use of Leon even smoother.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/) \u003e= 16.0.0\n- [npm](https://npmjs.com/) \u003e= 8.0.0\n\n### Installation\n\n```sh\n# Install Leon CLI\nnpm install --global @leon-ai/cli\n\n# Install Leon\nleon create birth\n\n# Run\nleon start\n```\n\n### Usage\n\nFor a full usage, visit [docs.getleon.ai/cli](https://docs.getleon.ai/cli).\n\n## 🧭 Roadmap\n\nTo know what is going on, follow [roadmap.getleon.ai](http://roadmap.getleon.ai).\n\n## ❤ Contributing\n\nAnyone can help to improve the project, submit a feature request, a bug report or even correct a simple spelling mistake.\n\nThe steps to contribute can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.\n\n## 📝 License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon-ai%2Fleon-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleon-ai%2Fleon-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon-ai%2Fleon-cli/lists"}