{"id":28089489,"url":"https://github.com/yasumu-org/yasumu","last_synced_at":"2025-05-13T12:58:54.201Z","repository":{"id":257811866,"uuid":"781045466","full_name":"neplextech/yasumu","owner":"neplextech","description":"Yasumu is a customizable, offline-first, free and open-source application to test various types of APIs (Lightweight alternative to postman/insomnia/bruno).","archived":false,"fork":false,"pushed_at":"2025-04-20T11:21:46.000Z","size":4808,"stargazers_count":21,"open_issues_count":13,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T09:02:10.125Z","etag":null,"topics":["api-client","api-testing","application","graphql","hacktoberfest","lightweight","rest","smtp","websocket"],"latest_commit_sha":null,"homepage":"https://try.yasumu.dev","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/neplextech.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/0.0.0_CHANGELOGS.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":"twlite","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-04-02T16:42:30.000Z","updated_at":"2025-04-20T11:21:50.000Z","dependencies_parsed_at":"2024-10-06T00:23:32.936Z","dependency_job_id":"089bd094-a353-4b16-a272-4e55301d71a7","html_url":"https://github.com/neplextech/yasumu","commit_stats":null,"previous_names":["yasumu-org/yasumu"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Fyasumu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Fyasumu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Fyasumu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Fyasumu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neplextech","download_url":"https://codeload.github.com/neplextech/yasumu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948391,"owners_count":21988953,"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","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":["api-client","api-testing","application","graphql","hacktoberfest","lightweight","rest","smtp","websocket"],"created_at":"2025-05-13T12:58:53.470Z","updated_at":"2025-05-13T12:58:54.181Z","avatar_url":"https://github.com/neplextech.png","language":"TypeScript","funding_links":["https://patreon.com/twlite","https://www.patreon.com/twlite"],"categories":[],"sub_categories":[],"readme":"# Yasumu\n\nYasumu is a customizable, free and open-source application to test various types of APIs (Lightweight alternative to postman/insomnia/bruno).\n\n\u003e [!NOTE]  \n\u003e Yasumu is in active development. It is currently in public preview. You can help us by being a tester. Furthermore, you can join our discord server @ https://discord.yasumu.dev to stay up to date with the latest changes.\n\n## Features Status\n\nThe following table shows the status of the features in the project.\n\n| Feature               | Status  |\n| --------------------- | ------- |\n| REST API              | ⌚      |\n| Catch-all SMTP Server | ⌚      |\n| GraphQL               | ⌚      |\n| WebSocket             | ⌚      |\n| Socket.IO             | ⌚      |\n| gRPC Testing          | Planned |\n| Custom Plugins        | Planned |\n| Custom Themes         | Planned |\n\n⌚ We are currently in our 3rd prototype stage.\n\n## About\n\nYasumu is a free and open-source application to test various types of APIs. It is a lightweight alternative to postman, insomnia, and bruno. Yasumu is built with Tauri, React, and TypeScript.\n\n## Project Structure\n\n### `main` branch\n\nMain branch contains the latest updates and unstable features. This branch is used for development and testing purposes.\n\n### `canary` branch\n\nCanary branch contains relatively stable features and updates after testing on the `main` branch. This branch is used for public testing and feedback, and is released via pre-release builds.\n\n### `release` branch\n\nRelease branch contains stable features and updates after testing on the `canary` branch. This branch is used for public release and is released via stable builds. This version is recommended for production use.\n\n## Projects\n\n| ID  | Name                                  | Description                                                              |\n| --- | ------------------------------------- | ------------------------------------------------------------------------ |\n| 1.  | [`@yasumu/app`](./apps/yasumu)        | The desktop application of Yasumu                                        |\n| 2.  | [`@yasumu/core`](./packages/core)     | The core api used by Yasumu's applications across different environments |\n| 3.  | [`@yasumu/schema`](./packages/schema) | Yasumu's custom schema definition language                               |\n| 4.  | [`tanxium`](./packages/tanxium)       | Yasumu's custom JavaScript runtime                                       |\n\n## Contributing\n\nContributions are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) before contributing.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [Tauri](https://tauri.app/)\n- [React](https://reactjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Shadcn UI](https://ui.shadcn.com/)\n\n## Support\n\nIf you like this project, please consider supporting it by starring ⭐ the repository. Additionally, you can support the project by contributing to it or by making a donation.\n\n\u003ca href=\"https://www.patreon.com/twlite\"\u003e\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" alt=\"Become a Patron!\" width=\"200\" height=\"50\"\u003e\u003c/a\u003e\n\n## Contact\n\nFor any queries, you can contact the maintainers at [contact@yasumu.dev](mailto:contact@yasumu.dev).\n\n## Core Team\n\n| Name     | Role                | Links                                   |\n| -------- | ------------------- | --------------------------------------- |\n| Twilight | Project Lead        | [GitHub](https://github.com/twlite)     |\n| Zyrouge  | Co-Lead             | [GitHub](https://github.com/zyrouge)    |\n| Samir    | Fullstack Developer | [GitHub](https://github.com/samir-byte) |\n| Anish    | Frontend Developer  | [GitHub](https://github.com/novanish)   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasumu-org%2Fyasumu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasumu-org%2Fyasumu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasumu-org%2Fyasumu/lists"}