{"id":15288327,"url":"https://github.com/255doesnotexist/ruskgpt","last_synced_at":"2026-01-27T13:33:32.656Z","repository":{"id":243356681,"uuid":"812173383","full_name":"255doesnotexist/ruskgpt","owner":"255doesnotexist","description":"Yet another async AskGPT CLI client powered by Rust.","archived":false,"fork":false,"pushed_at":"2024-10-26T18:53:04.000Z","size":67,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T18:43:05.315Z","etag":null,"topics":["askgpt","chatgpt","ruskgpt","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/255doesnotexist.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":"2024-06-08T06:32:05.000Z","updated_at":"2025-10-01T13:45:36.000Z","dependencies_parsed_at":"2024-10-26T19:22:11.585Z","dependency_job_id":"678513cc-0ddb-408e-9f51-e610f1655f7c","html_url":"https://github.com/255doesnotexist/ruskgpt","commit_stats":null,"previous_names":["255doesnotexist/ruskgpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/255doesnotexist/ruskgpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/255doesnotexist%2Fruskgpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/255doesnotexist%2Fruskgpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/255doesnotexist%2Fruskgpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/255doesnotexist%2Fruskgpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/255doesnotexist","download_url":"https://codeload.github.com/255doesnotexist/ruskgpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/255doesnotexist%2Fruskgpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["askgpt","chatgpt","ruskgpt","rust"],"created_at":"2024-09-30T15:47:21.944Z","updated_at":"2026-01-27T13:33:32.640Z","avatar_url":"https://github.com/255doesnotexist.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruskgpt\n\nYet another async AskGPT CLI client powered by Rust.\n\n## Overview\n\n`ruskgpt` is a command-line interface (CLI) client for interacting with GPT models asynchronously. It is built with Rust to provide high performance and reliability.\n\n## Features\n\n- Asynchronous interactions with GPT models\n- Configuration management\n- Easy-to-use command-line interface\n- Shell workflows based on function calling (Still working in progress)\n\n## Installation\n\nTo install `ruskgpt`, ensure you have Rust and Cargo installed. Then, run the following command:\n\n```sh\ncargo install ruskgpt\n```\n\nThen put your OpenAI or other access token in configuration.\n\n```\nruskgpt -e\n```\n\n## Usage\n### Asking a Question\nTo ask a question, simply run:\n\n```sh\nruskgpt \"Why did the scarecrow win an award?\"\n# Because he was outstanding in his field!\n```\n\n### Configuration\n\nTo open the configuration file in the default editor, use the -e or --edit option:\n\n```sh\nruskgpt -e\n```\n\nYou can specify a configuration file with the --config option:\n\n```sh\nruskgpt --config path/to/config.toml\n```\n\n# Supported LLM APIs\n\n| API Provider | Supported | Notes |\n|--------------|-----------| ----- |\n| OpenAI        |    ✔️    | v1/chat/completions needed |\n| OpenAI Like   |    ✔️    | v1/chat/completions needed |\n| Claude        |    half    | Experimental (new message API) |\n| ChatGLM       |    ❌    | TODO |\n| Qwen          |    ❌    | TODO |\n| Gemini        |    ❌    | TODO |\n| Deepseek      |    ❌    | TODO |\n\n## License\nThis project is licensed under the GPL-2.0 License - see the LICENSE file for details.\n\n## Authors\n\n\u003ca href=\"https://github.com/255doesnotexist/ruskgpt/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=255doesnotexist/ruskgpt\" /\u003e\n\u003c/a\u003e\n\n## Inspirations\nInspired from [praeclarum/AskGPT](https://github.com/praeclarum/AskGPT), which [Jiang Yanyan](https://jyywiki.cn/) frequently used in his OS lectures.\n\n## Supported Platforms\n- Windows, Linux, macOS (x86, amd64, arm64)\n\n## Stars\n\n[![Star History Chart](https://api.star-history.com/svg?repos=255doesnotexist/ruskgpt\u0026type=Date)](https://star-history.com/#255doesnotexist/ruskgpt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F255doesnotexist%2Fruskgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F255doesnotexist%2Fruskgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F255doesnotexist%2Fruskgpt/lists"}