{"id":30181989,"url":"https://github.com/context-labs/uwu","last_synced_at":"2025-08-12T09:35:36.797Z","repository":{"id":309289973,"uuid":"1035708661","full_name":"context-labs/uwu","owner":"context-labs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-11T03:09:54.000Z","size":71299,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T04:05:17.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/context-labs.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}},"created_at":"2025-08-11T01:03:12.000Z","updated_at":"2025-08-11T03:23:26.000Z","dependencies_parsed_at":"2025-08-11T04:18:56.562Z","dependency_job_id":null,"html_url":"https://github.com/context-labs/uwu","commit_stats":null,"previous_names":["context-labs/uwu"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/context-labs/uwu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/context-labs%2Fuwu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/context-labs%2Fuwu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/context-labs%2Fuwu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/context-labs%2Fuwu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/context-labs","download_url":"https://codeload.github.com/context-labs/uwu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/context-labs%2Fuwu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270039581,"owners_count":24516647,"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-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-08-12T09:35:35.020Z","updated_at":"2025-08-12T09:35:36.783Z","avatar_url":"https://github.com/context-labs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/context-labs/uwu\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/context-labs/uwu/main/assets/uwu.jpg\" alt=\"uwu\" width=\"200\" style=\"border-radius:8px;\"\u003e\u003c/a\u003e\n   \u003cbr\u003e\n  uwu\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e✨ Natural language to shell commands using AI ✨\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://x.com/inference_net\"\u003e\n    \u003cimg alt=\"X (formerly Twitter)\" src=\"https://img.shields.io/badge/X-@inference.net-1DA1F2?style=flat\u0026logo=x\u0026logoColor=white\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/context-labs/uwu\"\u003e\n    \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/stars/context-labs/uwu?style=social\" /\u003e\n  \u003c/a\u003e\n  \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#what-is-this\"\u003eWhat is this?\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n## What is this?\n\n`uwu` is a lightweight, focused CLI tool that converts natural language into shell commands using Large Language Models (LLMs) like GPT-5. Unlike comprehensive agentic development tools like [Claude Code](https://www.anthropic.com/claude-code) or [Cursor](https://cursor.com), `uwu` has a simple, singular purpose: **helping you write shell commands faster, without switching context**.\n\n`uwu` is not a replacement for comprehensive agentic development tools -- it is simple tool that excels at one thing. Consider it the terminal equivalent of quickly searching \"how do I...\" and getting an immediately runnable answer.\n\n\n![uwu demo](https://raw.githubusercontent.com/context-labs/uwu/main/assets/uwu.gif)\n\n\nAfter a response is generated, you can edit it before pressing enter to execute the command. This is useful if you want to add flags, or other modifications to the command.\n\n\n## Installation\n\n### 1. Clone the repo\n```bash\ngit clone https://github.com/context-labs/uwu.git\ncd uwu\n```\n\n### 2. Install dependencies and build\nMake sure you have [Bun](https://bun.sh) installed.\n\n```bash\nbun install\nbun run build\n```\n\nThis will produce the `uwu-cli` binary in the `dist/` build output directory.\n\n\n### 3. Make the binary executable and move it into your PATH\n```bash\nchmod +x dist/uwu-cli\nmv dist/uwu-cli /usr/local/bin/uwu-cli\n```\n\n\n### 4. Set your OpenAI API key\n`uwu` requires `OPENAI_API_KEY` to be set in your shell environment.\n\n```bash\nexport OPENAI_API_KEY=\"your_api_key_here\"\n```\n`uwu` uses GPT-5 by default. There is not currently a way to change the model, please consider submitting a PR to add this feature.\n\n### 5. Add the `uwu` helper function to your `~/.zshrc`\nThis function lets you type `uwu \u003cdescription\u003e` and get an editable command preloaded in your shell.\n\n```zsh\n# ~/.zshrc\n\nuwu() {\n  local cmd\n  cmd=\"$(uwu-cli \"$@\")\" || return\n  vared -p \"\" -c cmd\n  print -s -- \"$cmd\"   # add to history\n  eval \"$cmd\"\n}\n```\n\nAfter editing `~/.zshrc`, reload it:\n```bash\nsource ~/.zshrc\n```\n\n## Usage\n\nOnce installed and configured:\n\n```bash\nuwu generate a new ssh key called uwu-keyand add it to the ssh agent\n```\n\nYou'll see the generated command in your shell's input line. Press **Enter** to run it, or edit it first. Executed commands will show up in your shell's history just like any other command.\n\n## License\n\n[MIT](LICENSE)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontext-labs%2Fuwu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontext-labs%2Fuwu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontext-labs%2Fuwu/lists"}