{"id":31895697,"url":"https://github.com/siliconlad/aish","last_synced_at":"2025-10-13T10:44:13.187Z","repository":{"id":234965040,"uuid":"789821051","full_name":"siliconlad/aish","owner":"siliconlad","description":"A terminal shell built with AI at the core","archived":false,"fork":false,"pushed_at":"2024-11-24T15:17:34.000Z","size":174,"stargazers_count":6,"open_issues_count":23,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-24T16:24:31.674Z","etag":null,"topics":["developer-tools","llm","local-llm","productivity","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siliconlad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-21T16:38:52.000Z","updated_at":"2024-11-24T15:17:37.000Z","dependencies_parsed_at":"2024-05-01T20:12:20.224Z","dependency_job_id":"4df2ed40-7e6c-4b9f-bfe6-4e5007d5b9a9","html_url":"https://github.com/siliconlad/aish","commit_stats":null,"previous_names":["siliconlad/aish"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siliconlad/aish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconlad%2Faish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconlad%2Faish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconlad%2Faish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconlad%2Faish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siliconlad","download_url":"https://codeload.github.com/siliconlad/aish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconlad%2Faish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014649,"owners_count":26085555,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["developer-tools","llm","local-llm","productivity","shell","terminal"],"created_at":"2025-10-13T10:43:54.280Z","updated_at":"2025-10-13T10:44:13.183Z","avatar_url":"https://github.com/siliconlad.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"media/logo.png\" height=100\u003e\n\nA shell built with AI at the core.\n\n\u003c/div\u003e\n\n\nCheckout the blog post on how we built it [here](https://siliconlad.com/blog/aish).\n\n\u003e [!Warning]\n\u003e This shell is still in the early stages of development and is **not ready** for production use.\n\n## Features\n\n\nWith `aish`, your LLM lives inside your shell.\n\n**Prompt it directly**\n\n```\n\u003e \"Hello, how are you?\"\nHello, how can I assist you today?\n```\n\n**Utilise LLMs within pipelines**\n\n```\n\u003e echo \"Hello\" | \"translate to French\"\nBonjour\n```\n\n**Pipe files into LLMs**\n\n```\n\u003e echo \"What is 2 + 2?\" \u003e prompt.txt\n\u003e llm \u003c prompt.txt\nThe answer is 4.\n```\n\n## Getting Started\n\nMake sure you have the latest version of [Rust](https://www.rust-lang.org) installed.\n\nThen, clone this repository and run `cargo run` to start the shell.\n\n```\ngit clone https://github.com/siliconlad/aish \u0026\u0026 cd aish \u0026\u0026 cargo run\n```\n\n### OpenAI Key\n\nTo use the llm, you need to provide an OpenAI API key.\n\nThen create a file at `~/.aishrc` with the following:\n\n```\nexport OPENAI_API_KEY=\u003cyour key\u003e\n```\n\n## Shell Features\n\n`aish` syntax is inspired by Bash.\n\nCurrently, the following features are implemented:\n\n- Aliases (`alias`)\n- Environment variables (`export`)\n- Environment variable expansion (`$VARIABLE`)\n- Pipelining (`|`)\n- Redirection (`\u003e`, `\u003c`, `\u003e\u003e`)\n- Quoting (`\"`, `'`)\n- Command sequences (`;`, `\u0026\u0026`)\n- Tilde expansion (`~`)\n- Escape sequences (`\\`)\n- Builtin commands (`cd`, `echo`, `pwd`, `exit`, `export`, `unset`, `llm`)\n- Run exectuables on `PATH`\n\nMany more features are planned and possible.\n\nTo suggest a feature, create an issue or comment on an existing issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconlad%2Faish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconlad%2Faish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconlad%2Faish/lists"}