{"id":51576300,"url":"https://github.com/wanggang316/codans","last_synced_at":"2026-07-11T00:32:51.058Z","repository":{"id":355965401,"uuid":"1215120040","full_name":"wanggang316/codans","owner":"wanggang316","description":"Worktree based, terminal first, coding agent IDE","archived":false,"fork":false,"pushed_at":"2026-06-30T16:31:36.000Z","size":24416,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-30T17:27:54.750Z","etag":null,"topics":["coding-agent","ghostty","ide","terminal"],"latest_commit_sha":null,"homepage":"https://codans.dev/","language":"Swift","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/wanggang316.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-19T14:05:01.000Z","updated_at":"2026-06-30T15:58:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wanggang316/codans","commit_stats":null,"previous_names":["wanggang316/touch-code","wanggang316/codans"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/wanggang316/codans","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanggang316%2Fcodans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanggang316%2Fcodans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanggang316%2Fcodans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanggang316%2Fcodans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanggang316","download_url":"https://codeload.github.com/wanggang316/codans/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanggang316%2Fcodans/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35347554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["coding-agent","ghostty","ide","terminal"],"created_at":"2026-07-11T00:32:50.361Z","updated_at":"2026-07-11T00:32:51.047Z","avatar_url":"https://github.com/wanggang316.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"apps/website/public/logo.png\" alt=\"Codans\" width=\"120\" height=\"120\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCodans\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eParallel development for the agent era.\u003c/strong\u003e\u003cbr /\u003e\n  One Mac-native window. Many worktrees. Every agent.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codans.dev\"\u003eWebsite\u003c/a\u003e ·\n  \u003ca href=\"CHANGELOG.md\"\u003eChangelog\u003c/a\u003e ·\n  \u003ca href=\"https://github.com/wanggang316/codans/releases\"\u003eReleases\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nCodans is a terminal development environment built for parallel development with coding agents. It orchestrates all of your projects, worktrees, and coding agents into a single window.\n\n## Highlights\n\n| | |\n|---|---|\n| **Native** | Built on Ghostty and native to macOS. |\n| **Agent-first** | See the live running state of every agent in real time. |\n| **Parallel** | Project tree + git worktrees + tabs + split panes manage every line of work in one window. No more Cmd-Tab. |\n| **Custom commands** | Bind project-specific commands and shortcuts; one chord runs the right thing. |\n| **GitHub** | Deep GitHub integration — manage the whole pull-request lifecycle in-app. |\n| **Keyboard-driven** | A deep set of customizable shortcuts to keep you fast. |\n| **IDE integration** | VS Code, Cursor, Zed, and Xcode are auto-detected. One shortcut opens any worktree. |\n\n## Install\n\n```bash\nbrew install --cask wanggang316/tap/codans\n```\n\nThe cask installs `Codans.app` into `/Applications` and symlinks the embedded `codans` CLI into Homebrew's `bin`. Subsequent updates flow through the in-app Sparkle updater; `brew upgrade --cask codans` also picks up new stable releases.\n\n## Requirements\n\n- macOS with Xcode **26.0+** (pinned via `apps/mac/Tuist.swift`)\n- [`mise`](https://mise.jdx.dev/) for tool version pinning (`tuist`, `zig`, `swiftlint`, `xcbeautify`, `xcsift`)\n\n## Quick Start\n\n```bash\n# One-time per worktree\nmise trust . apps/mac\nmake bootstrap            # init submodules (ghostty, git-wt) + mise install\n\n# Generate + build + run\nmake mac-generate         # tuist install + tuist generate (builds Ghostty xcframework)\nmake mac-build            # build Codans.app + codans CLI\nmake mac-run-app          # build + open the app\n```\n\n\u003e First-time Ghostty build is ~3.9 GB / ~20 min. In additional worktrees, symlink the cache:\n\u003e `ln -s \u003cmain\u003e/apps/mac/.build/ghostty apps/mac/.build/ghostty`\n\n## Commands\n\n| Command | Description |\n|---|---|\n| `make bootstrap` | Init submodules + `mise install` |\n| `make mac-generate` | Generate `codans.xcworkspace` from Tuist |\n| `make mac-build` | Build the Mac app + `codans` CLI |\n| `make mac-run-app` | Build and launch `Codans.app` |\n| `make mac-lint` | Run `swiftlint --quiet` |\n| `make mac-check` | `swift-format` in-place + lint |\n| `make mac-test` | Run test bundles (placeholder) |\n| `make mac-release` | Archive → notarize → DMG → staple |\n| `make help` | Full target list |\n\nThe top-level `Makefile` delegates every `mac-*` target to `apps/mac/Makefile`.\n\n## Documentation\n\nAll project knowledge lives in [`docs/`](docs/):\n\n- [Architecture](docs/architecture.md) — domains, layers, dependency rules\n- [Product spec](docs/product-spec.md) — what the product is\n- [Design docs](docs/design-docs/) — feature and system designs\n\nAgent-facing entry point: [`AGENTS.md`](AGENTS.md) (also exposed as `CLAUDE.md`).\n\n## License\n\nCodans is open source under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanggang316%2Fcodans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanggang316%2Fcodans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanggang316%2Fcodans/lists"}