{"id":13893913,"url":"https://github.com/vivekagate/yakiapp","last_synced_at":"2025-07-17T08:31:39.771Z","repository":{"id":54182341,"uuid":"520302453","full_name":"vivekagate/yakiapp","owner":"vivekagate","description":"Open Source, Cross platform, Native Kubernetes IDE ","archived":false,"fork":false,"pushed_at":"2022-09-03T16:26:36.000Z","size":3106,"stargazers_count":100,"open_issues_count":5,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-06T18:19:03.669Z","etag":null,"topics":["devops","devops-tools","ide","kubernetes","kubernetes-dashboard","kubernetes-ui","rust","tauri"],"latest_commit_sha":null,"homepage":"https://yaki.nirops.com","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/vivekagate.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}},"created_at":"2022-08-02T00:38:18.000Z","updated_at":"2024-06-28T03:59:42.000Z","dependencies_parsed_at":"2022-08-13T08:31:31.630Z","dependency_job_id":null,"html_url":"https://github.com/vivekagate/yakiapp","commit_stats":null,"previous_names":["vivekagate/yakiapp"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekagate%2Fyakiapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekagate%2Fyakiapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekagate%2Fyakiapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekagate%2Fyakiapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekagate","download_url":"https://codeload.github.com/vivekagate/yakiapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226243893,"owners_count":17594452,"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":["devops","devops-tools","ide","kubernetes","kubernetes-dashboard","kubernetes-ui","rust","tauri"],"created_at":"2024-08-06T18:01:19.744Z","updated_at":"2024-11-24T22:30:55.553Z","avatar_url":"https://github.com/vivekagate.png","language":"TypeScript","readme":"\u003cimg src=\"src/assets/img/brand/yaki-base.png\" alt=\"Yaki Kubernetes IDE\" /\u003e\n\n## Introduction\n\nYaki stands for \"Yet Another Kubernetes IDE\". Yaki is a desktop application that allows DevOps, Developers, SREs and anyone who wish the manage the applications deployed in their Kubernetes Cluster. This is built on [Tauri](https://tauri.studio). Huge shoutout to the folks developing Tauri.\n\n### Why Another Kubernetes IDE?\n\nThere are already a number of different IDEs. Yaki offers an alternative to the existing IDEs where by\n- Open Source (MIT License)\n- Uses [Tauri](https://github.com/tauri-apps/tauri) instead of [Electron](https://github.com/electron/electron) - Leading to smaller memory footprint and other advantages. [Tauri vs. Electron](https://github.com/tauri-apps/tauri#comparison-between-tauri-and-electron)\n- Fully functional free version available. (If you build it, you can use it for free.)\n- No Telemetry (Except for checking for updates)\n- No Sign up or Email address needed.\n\n## Free vs Paid (WIP)\n\nThe source code for Yaki is Open source and is available for anyone to build. If you build it, you can use it for free.\n\nIn case you wish to go directly to the binaries, they can be downloaded [here](https://yaki.nirops.com/#downloads).\n\n### Platforms\n\nYaki can be installed on the following platforms:\n\n| Platform                 | Versions        |\n| :----------------------- |:----------------|\n| Windows                  | 7 and above     |\n| macOS                    | 10.15 and above |\n| Linux                    |                 |\n\n\n## Development\n\n### Prerequisites\n\n#### Node 14+\nYou can install nvm to manage different node versions. \nInstall NVM\n```\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n```\nInstall Node 14\n```\nnvm install 14\nnvm use 14 # If already installed\n```\n\n#### Rust\n```\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n\n#### Git\n```\napt install git-all\n```\n\n#### Yarn\n```\nnpm install --global yarn\n```\n\n### Building\n#### Clone the repo\n```\ngit clone git@github.com:nirops/yakiapp\n```\n#### Install dependencies\n```\ncd yakiapp\nyarn install\n```\n#### Build Tauri\n```\nyarn tauri build\n```\n\n### Infrastructure\n\n### Contributing\n\nBefore you start working on something, it's best to check if there is an existing issue first. It's also a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone else is already working on it.\n\n## Semver\n\n**yaki** is following [Semantic Versioning 2.0](https://semver.org/).\n\n## Developer View\nApplication \n----Logs\n-----CPU Metrics\n----- Memory\n---- Environment variables / Configuration\n---- Instances\n---- Access Logs\n----  DB Logs\n---- Network Access - Ports or Domain available ?\n---- Restarts?\n---- Time since last restart?\n\n## Disable License Check\n\n## Contact\n[Discord](https://discord.gg/KDNpzFgV4h)\n\n[Website](https://yaki.nirops.com)\n\n[Email](nirops.contact@gmail.com)\n\n\n## Licenses\n\nMIT or MIT/Apache 2.0 where applicable.\n\n## Support my work\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/vivekdev){:target=\"_blank\"}\n","funding_links":["https://www.buymeacoffee.com/vivekdev"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekagate%2Fyakiapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekagate%2Fyakiapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekagate%2Fyakiapp/lists"}