{"id":30193593,"url":"https://github.com/just-squad/qferris","last_synced_at":"2025-08-13T02:00:41.371Z","repository":{"id":309029190,"uuid":"1034379559","full_name":"just-squad/qferris","owner":"just-squad","description":"QFerris — быстрый и легковесный API-клиент на Rust","archived":false,"fork":false,"pushed_at":"2025-08-09T10:01:46.000Z","size":707,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T12:07:55.461Z","etag":null,"topics":["grpc","http","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/just-squad.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-08T09:45:07.000Z","updated_at":"2025-08-08T21:36:35.000Z","dependencies_parsed_at":"2025-08-09T12:08:01.464Z","dependency_job_id":null,"html_url":"https://github.com/just-squad/qferris","commit_stats":null,"previous_names":["just-squad/qferris"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/just-squad/qferris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-squad%2Fqferris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-squad%2Fqferris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-squad%2Fqferris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-squad%2Fqferris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-squad","download_url":"https://codeload.github.com/just-squad/qferris/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-squad%2Fqferris/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270166107,"owners_count":24538445,"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-13T02:00:09.904Z","response_time":66,"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":["grpc","http","rust","tauri"],"created_at":"2025-08-13T02:00:38.145Z","updated_at":"2025-08-13T02:00:41.341Z","avatar_url":"https://github.com/just-squad.png","language":null,"readme":"# 🦀 QFerris — быстрый и легковесный API-клиент на Rust\n\n[![License: MIT](https://img.shields.io/badge/license-Apache%202-yellow)](https://opensource.org/license/apache-2-0)\n\n**QFerris** — это современный OpenSource-аналог Postman/Insomnia, созданный на Rust для разработчиков, которые ценят **производительность, минимализм и контроль**.  \n\nПочему QFerris?  \n- 🚀 **В 3-5 раз меньше RAM**, чем у Postman (благодаря Rust и Tauri).  \n- 🔌 Поддержка **HTTP, GRPC, GraphQL** (и WebSocket в планах).  \n- 🛠️ **Плагины на WASM** — расширяйте функционал без ущерба безопасности.  \n- 📁 **Локальное хранение** (SQLite) + Git-интеграция.  \n- 🦀 **Написан на Rust** — никакого Electron!   \n\n## ⚡ Быстрый старт  \nУстановка (требуется Rust ≥1.70):  \n```bash\ngit clone https://github.com/just-squad/qferris\ncd qferris\ncargo run --release\n```\n\n## 🌟 Особенности  \n- **Интуитивный GUI** с тёмной/светлой темой.  \n- **Импорт из Postman/Insomnia** (в разработке).  \n- **Переменные окружения** (`{{base_url}}/{{token}}`).  \n- **GRPC через .proto** (автогенерация кода).  \n\n## 🛠️ Технологии  \n- **GUI**: `tauri` + `Leptos`\n- **HTTP**: `reqwest`  \n- **GRPC**: `tonic` + `prost`  \n- **База данных**: `sqlx` + SQLite  \n- **Плагины**: `wasmtime`  \n\n## 🚧 Roadmap  \n- [x] Базовый HTTP-клиент (MVP)  \n- [ ] GRPC-поддержка  \n- [ ] Система плагинов (WASM)  \n- [ ] Облачная синхронизация  \n\nПолный план: [ROADMAP.md](ROADMAP.md)  \n\n## 🤝 Как помочь проекту  \nМы приветствуем контрибьютеров! Вот как можно присоединиться:  \n1. **Тестирование**: Попробуйте собрать FerrisQ и [сообщите о багах](https://github.com/just-squad/qferris/issues).  \n2. **Разработка**: Возьмите задачу из [Good First Issues](https://github.com/just-squad/qferris/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).  \n3. **Документация**: Помогите улучшить docs или перевести README.  \n\n## 📜 Лицензия  \nMIT © 2025 [JustSquad]  \n\n---  \n*QFerris не аффилирован с Postman или Insomnia. Это community-driven проект.*  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-squad%2Fqferris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-squad%2Fqferris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-squad%2Fqferris/lists"}