{"id":16752566,"url":"https://github.com/juancsucoder/flatboat-cli","last_synced_at":"2026-03-10T20:02:00.021Z","repository":{"id":193733818,"uuid":"689394288","full_name":"JuanCSUCoder/flatboat-cli","owner":"JuanCSUCoder","description":"Flatboat is a CLI tool that integrates Docker and Kubernetes tooling into the ROS workspace workflow.","archived":false,"fork":false,"pushed_at":"2025-06-05T18:06:41.000Z","size":237,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T10:55:29.173Z","etag":null,"topics":["developer-tools","docker","kubernetes","robotics","rust"],"latest_commit_sha":null,"homepage":"https://juancsucoder.github.io/flatboat-docs/","language":"Rust","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/JuanCSUCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-09T17:03:24.000Z","updated_at":"2025-10-23T22:09:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"8aed038e-703c-4d6b-b551-70f587673cd4","html_url":"https://github.com/JuanCSUCoder/flatboat-cli","commit_stats":null,"previous_names":["juancsucoder/flatboat","juancsucoder/flatboat-cli"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/JuanCSUCoder/flatboat-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCSUCoder%2Fflatboat-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCSUCoder%2Fflatboat-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCSUCoder%2Fflatboat-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCSUCoder%2Fflatboat-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanCSUCoder","download_url":"https://codeload.github.com/JuanCSUCoder/flatboat-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanCSUCoder%2Fflatboat-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30351732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["developer-tools","docker","kubernetes","robotics","rust"],"created_at":"2024-10-13T02:47:29.267Z","updated_at":"2026-03-10T20:02:00.005Z","avatar_url":"https://github.com/JuanCSUCoder.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flatboat\n\n*This repository is part of the [Flatboat Project](https://github.com/JuanCSUCoder/FlatBoatProject)*\n\n![Logo](https://github.com/JuanCSUCoder/flatboat-brand/blob/main/logo.png?raw=true)\n\nFlatboat is a CLI tool that integrates **Docker** and **Kubernetes** tooling into the **ROS workspace** workflow.\n\n![GitHub License](https://img.shields.io/github/license/JuanCSUCoder/flatboat-cli?style=for-the-badge)\n\n## Features\n\n- **Automatic** container lifecycle management\n- **Create ROS workspaces** from devcontainer templates\n- **Execute ROS2 commands** inside the container\n- **Execute shell commands** inside the container\n- Out-of-the-box graphical user interface **GUI support**\n- Out-of-the-box **GPU support**\n- Out-of-the-box workspace **volume binding**\n- Out-of-the-box **host network** connectivity\n- Out-of-the-box **avahi service** for .local domain resolution\n- Compatible with **Devcontainer Specification**\n\n## Compatibility\n\nCompatible with **Linux** distributions capable of running **Docker** with **X11** window system and **avahi daemon**.\n\n**NOTE:** Linux distros with different configurations may be able to run flatboat with a few workarounds.\n\n## Installation\n\n### Dependencies\n\n- Docker [Installation](https://docs.docker.com/engine/install/)\n- NodeJS [Official Download](https://nodejs.org/en) or [Installation with NodeSource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions)\n- Devcontainer `npm i -g @devcontainers/cli`\n- Rust and Cargo `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`\n\n### Install\n\nInstall Flatboat with `cargo`\n\n```bash\n  cargo install flatboat\n```\n\n## Usage\n\nLearn about Flatboat with:\n\n```bash\n  flatboat -h\n```\n\n## Authors\n\n- [@JuanCSUCoder - Juan Camilo Sánchez Urrego](https://www.github.com/JuanCSUCoder) - \u003cjuancsucoder@gmail.com\u003e\n\n## Roadmap\n\n1. Templates\n    1. Package Dockerfile\n    2. Kubernetes Workers\n    3. Kubernetes Master\n2. Integration of Templates\n3. Local Kubernetes Driver\n\n## License\n\n\u003e Copyright 2024 Juan Camilo Sánchez Urrego @JuanCSUCoder \u003cjuancsucoder@gmail.com\u003e\n\u003e\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\n\u003e you may not use this file except in compliance with the License.\n\u003e You may obtain a copy of the License at:\n\u003e\n\u003e \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\u003e\n\u003e Unless required by applicable law or agreed to in writing, software\n\u003e distributed under the License is distributed on an \"AS IS\" BASIS,\n\u003e WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\u003e See the License for the specific language governing permissions and\n\u003e limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancsucoder%2Fflatboat-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancsucoder%2Fflatboat-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancsucoder%2Fflatboat-cli/lists"}