{"id":45726484,"url":"https://github.com/lilienblum/tako","last_synced_at":"2026-04-08T17:02:15.000Z","repository":{"id":337630936,"uuid":"1154201512","full_name":"lilienblum/tako","owner":"lilienblum","description":"Build, run, and manage app instances anywhere, without thinking about the boring stuff","archived":false,"fork":false,"pushed_at":"2026-04-01T15:45:55.000Z","size":4963,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-01T16:17:33.079Z","etag":null,"topics":["application-server","bun","deploy","development-server","development-tools","load-balancer","reverse-proxy","tls"],"latest_commit_sha":null,"homepage":"https://tako.sh","language":"Rust","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/lilienblum.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-10T05:49:01.000Z","updated_at":"2026-04-01T15:28:06.000Z","dependencies_parsed_at":"2026-03-06T04:17:04.143Z","dependency_job_id":null,"html_url":"https://github.com/lilienblum/tako","commit_stats":null,"previous_names":["lilienblum/tako"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/lilienblum/tako","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilienblum%2Ftako","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilienblum%2Ftako/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilienblum%2Ftako/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilienblum%2Ftako/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilienblum","download_url":"https://codeload.github.com/lilienblum/tako/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilienblum%2Ftako/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["application-server","bun","deploy","development-server","development-tools","load-balancer","reverse-proxy","tls"],"created_at":"2026-02-25T08:30:19.060Z","updated_at":"2026-04-08T17:02:14.992Z","avatar_url":"https://github.com/lilienblum.png","language":"Rust","readme":"# Tako\n\n\u003cimg src=\"website/public/assets/og.svg\" alt=\"Tako logo\" /\u003e\n\n[![npm: tako.sh](https://img.shields.io/npm/v/tako.sh?label=npm%3A%20tako.sh\u0026color=9BC4B6)](https://www.npmjs.com/package/tako.sh)\n\n## What is Tako?\n\nShip apps to your own servers without turning deployment into a part-time job.\n\nTako gives you the \"upload files, refresh, done\" feeling with modern guardrails: rolling deploys, load balancing, HTTPS, secrets, and logs out of the box.\n\nTako is not just a deployment tool. The vision is a self-hosted application platform: the backend for your backend.\n\nDeployment is the starting point, not the finish line. Over time, Tako should provide the core primitives teams end up rebuilding in every stack: durable channels, workflows, and other platform capabilities built into one tool instead of stitched together from many.\n\n## Install\n\nInstall the CLI:\n\n```bash\ncurl -fsSL https://tako.sh/install.sh | sh\n```\n\nVerify:\n\n```bash\ntako --version\n```\n\nStart local development from your app directory:\n\n```bash\nbun add tako.sh   # or: npm install tako.sh\ntako dev\n```\n\nSet up a deployment host:\n\n```bash\nsudo sh -c \"$(curl -fsSL https://tako.sh/install-server.sh)\"\ntako servers add \u003chost-or-ip\u003e\n```\n\nDeploy your app:\n\n```bash\ntako init    # prompts for app name + production route, writes tako.toml, updates .gitignore for .tako/secrets.json\ntako servers add \u003chost-or-ip\u003e\ntako deploy\n```\n\n## Quick links\n\n- [Quickstart](https://tako.sh/docs/quickstart) — install to live in minutes\n- [How Tako Works](https://tako.sh/docs/how-tako-works) — architecture and mental model\n- [tako.toml Reference](https://tako.sh/docs/tako-toml) — every config option\n- [CLI Reference](https://tako.sh/docs/cli) — all commands and flags\n- [Framework Guides](https://tako.sh/docs/framework-guides) — adapter examples\n- [Local Development](https://tako.sh/docs/development) — HTTPS, DNS, environment variables\n- [Deployment](https://tako.sh/docs/deployment) — deploy flow, rolling updates, rollbacks\n- [Troubleshooting](https://tako.sh/docs/troubleshooting) — common issues and fixes\n- [Examples](https://github.com/lilienblum/tako/tree/main/examples)\n- [SDK](https://www.npmjs.com/package/tako.sh)\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilienblum%2Ftako","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilienblum%2Ftako","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilienblum%2Ftako/lists"}