{"id":48434071,"url":"https://github.com/dexter-xd/kivo","last_synced_at":"2026-04-07T13:00:50.908Z","repository":{"id":348347239,"uuid":"1197356022","full_name":"dexter-xD/Kivo","owner":"dexter-xD","description":"A minimal, fast, and modern desktop HTTP client built with Rust and Tauri","archived":false,"fork":false,"pushed_at":"2026-04-06T11:18:19.000Z","size":795,"stargazers_count":67,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T12:25:16.582Z","etag":null,"topics":["cross-platform","http-client","lightweight","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dexter-xD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"dexter-xD"}},"created_at":"2026-03-31T14:15:34.000Z","updated_at":"2026-04-06T11:18:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dexter-xD/Kivo","commit_stats":null,"previous_names":["dexter-xd/kivo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dexter-xD/Kivo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexter-xD%2FKivo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexter-xD%2FKivo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexter-xD%2FKivo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexter-xD%2FKivo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexter-xD","download_url":"https://codeload.github.com/dexter-xD/Kivo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexter-xD%2FKivo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31513382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cross-platform","http-client","lightweight","rust","tauri"],"created_at":"2026-04-06T12:02:23.119Z","updated_at":"2026-04-07T13:00:50.902Z","avatar_url":"https://github.com/dexter-xD.png","language":"JavaScript","funding_links":["https://github.com/sponsors/dexter-xD"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assests/icon/icon.png\" alt=\"Kivo Logo\" width=\"128\" height=\"128\"\u003e\n\n  # Kivo\n\n  **A minimal, fast, and modern desktop HTTP client built with Rust and Tauri**\n\n  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n  [![Rust](https://img.shields.io/badge/Rust-1.77+-orange.svg)](https://www.rust-lang.org/)\n  [![Tauri](https://img.shields.io/badge/Tauri-2.0-blue.svg)](https://tauri.app/)\n  [![React](https://img.shields.io/badge/React-19-lightblue.svg)](https://react.dev/)\n  [![Vite](https://img.shields.io/badge/Vite-7-purple.svg)](https://vitejs.dev/)\n\n  ![Kivo Banner](/assests/banner/banner-dark.jpg)\n\u003c/div\u003e\n\n## Overview\n\nKivo is a lightweight cross-platform HTTP client designed for developers who value speed and simplicity. It provides a clean, distraction-free environment for testing APIs and managing request collections without the bloat of traditional tools.\n\n## Features\n\n- Native Performance: Built with Rust and Tauri for minimal resource usage and fast startup times\n- Multi-Scope Environments: Manage global workspace variables and collection-specific overrides\n- Hierarchical Structure: Organize your API requests into workspaces and nested collections\n- Modernized Settings: Completely redesigned Overview, Headers, and Auth pages for a premium experience\n- Setup Wizard: Seamless onboarding experience to bootstrap your application configuration\n- Tabbed Interface: Work on multiple requests simultaneously with a robust tab management system\n- Sidebar Search: Quickly filter through your collections and requests with real-time search\n- Advanced Request Interaction: Comprehensive context menus for cloning, renaming, and copy-pasting requests\n- Security: Local-first data storage ensuring your request data stays on your machine\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- pnpm (Recommended)\n- Rust toolchain (v1.77 or later)\n\n### Installation\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/dexter-xD/Kivo.git\n   cd Kivo\n   ```\n\n2. Install frontend dependencies\n   ```bash\n   pnpm install\n   ```\n\n3. Run in development mode\n   ```bash\n   pnpm dev\n   ```\n\n### Building for Production\n\nTo create a production-ready bundle for your current platform:\n\n```bash\npnpm build\n```\n\nThe installer will be generated in the `desktop/target/release/bundle` directory.\n\n## Usage\n\n1. Create a Workspace: Start by creating a workspace to organize your related API requests\n2. Add Requests: Create new requests within your workspace or duplicate existing ones\n3. Configure: Set the URL, HTTP method, headers, and body parameters\n4. Send \u0026 Inspect: Click Send to execute the request and view detailed response data including headers, cookies, and timing\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements or encounter any bugs, please feel free to open an issue or submit a pull request.\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## Changelog\n\n### v0.3.1 (2026-04-06)\n\n- **Collection Data Loss**. Editing environment variables no longer wipes requests and subfolders from the collection directory.\n- **Requests Not Persisted**. New requests are now correctly saved to disk and survive app restarts.\n- **Request Not Working**. Deleting a request now properly removes its file from disk.\n- **Slash Names Breaking Storage**. Collection and request names with `/` are now safely sanitized for the filesystem.\n\nSee the full [CHANGELOG.md](CHANGELOG.md) for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Tauri](https://tauri.app/) for the excellent desktop application framework\n- [Rust](https://www.rust-lang.org/) for providing the performance and safety\n- [React](https://react.dev/) and [Tailwind CSS](https://tailwindcss.com/) for the modern frontend stack\n- [Lucide](https://lucide.dev/) for the beautiful icon set\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexter-xd%2Fkivo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexter-xd%2Fkivo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexter-xd%2Fkivo/lists"}