{"id":49353548,"url":"https://github.com/eastercompany/ede","last_synced_at":"2026-04-27T11:03:40.783Z","repository":{"id":351674168,"uuid":"1206827480","full_name":"EasterCompany/EDE","owner":"EasterCompany","description":"The Easter Company AI Integrated Code Development Environment (EDE), code named: Darwin IDE.","archived":false,"fork":false,"pushed_at":"2026-04-16T02:56:35.000Z","size":4232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T03:08:24.289Z","etag":null,"topics":["agentic","ai","darwin","easter-company","ide","neovim","pi","pi-agent","vim"],"latest_commit_sha":null,"homepage":"https://easter.company","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasterCompany.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-04-10T09:42:29.000Z","updated_at":"2026-04-16T02:56:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/EasterCompany/EDE","commit_stats":null,"previous_names":["eastercompany/ede"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/EasterCompany/EDE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FEDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FEDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FEDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FEDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasterCompany","download_url":"https://codeload.github.com/EasterCompany/EDE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FEDE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32333207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["agentic","ai","darwin","easter-company","ide","neovim","pi","pi-agent","vim"],"created_at":"2026-04-27T11:03:40.111Z","updated_at":"2026-04-27T11:03:40.777Z","avatar_url":"https://github.com/EasterCompany.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDE: The Easter Company IDE\n\nThe **Easter** Company **Development Environment (EDE)**: Which includes *Darwin AI*, and *Darwin CLI* are professional-grade software products maintained by **Easter Company** packaged as one easily installable terminal based interface.\n\nWe've been building TUIs since before the AI Agentic Coding Era, and personally we have a thing or two to say about what you've all been doing with them. **TLDR; WE ARE NOT IMPRESSED**.\n\nSo we're open sourcing our entire development environment which has stood the test of time since 2016 with pre LLM AI integrations, in hopes that software engineering can get back on the right track.\n\n## 🚀 The Darwin Experience\n\n- **AI-Native Workflow**: Deep, first-class integration with the **Darwin** coding agent.\n- **Smart Context**: Chat instances are repo specific and the context window automatically manages memory TTL, Compaction, and Persistence.\n- **40/60 Layout**: Optimized screen real estate with a persistent: 40% for context and 60% for task rule.\n- **Cinematic Aesthetic**: Local terminal theme support for visual integration into your existing environment, rather than independently configured themes.\n- **Agent Monitor**: A dedicated real-time window for monitoring AI tool calls, featuring full-file diffs and syntax-aware previews.\n\n## 📦 Installation (Apple/Linux or Windows via WSL)\n\nDownload and Install the complete EDE (Darwin IDE and CLI) suite with a single command:\n\n### Download and Install (Apple/Linux/WSL)\nInstall Darwin without cloning the repository first.\n```bash\ncurl -sL https://easter.company/ede/install | bash\n```\n\n*Prerequisites: nvim, pi, git, curl, lazygit, mpv (The installer will attempt to auto-install any missing dependencies)*\n\n### Clone Source and Install (Linux/WSL)\n\nRecommended for users who want to customize EDE.\n\n```bash\ngit clone git@github.com:EasterCompany/EDE.git \u0026\u0026 cd EDE \u0026\u0026 ./install.sh\n```\n\n### Unattended Silent Install (Linux/WSL)\n\nIdeal for quick setup or automated scripts.\n\n```bash\ngit clone git@github.com:EasterCompany/EDE.git \u0026\u0026 cd EDE \u0026\u0026 ./install.sh -y -s\n```\n\n## ⌨️ Essential Hotkeys\n\n| Shortcut | Action |\n| --- | --- |\n| `[CTRL] + \\` | **Toggle Darwin CLI**: Open/Hide the AI Agent sidebar |\n| `[SPACE] + QE` | **Focus \u0026 Interrupt**: Instantly jump to Darwin and stop the current AI action |\n| `[SPACE] + PS` | **Agent Monitor**: Restore the real-time AI tool-call monitor |\n| `[SPACE] + FR` | **Monitor Jump (Read)**: Jump to the file the agent is currently viewing |\n| `[SPACE] + FW` | **Monitor Jump (Edit)**: Jump to the file the agent is currently editing |\n| `[CTRL] + E` | **File Explorer**: Toggle the standalone modal explorer (Auto-closes on select) |\n| `[SPACE] + SR` | **Search \u0026 Replace**: Toggle Grug-Far in the unified 40% left sidebar |\n| `[SPACE] + GG` | **Lazygit**: Open the Git interface |\n| `[CTRL] + /` | **Terminal**: Toggle the secondary terminal sidebar |\n\n## 🏗️ System Architecture\n\n1.  **Darwin IDE based on Vim**:\n  An extremely high-performance \u0026 light-weight text editor.\n  - **Extensions**:\n    1. ...\n    2. ...\n\n2.  **Darwin CLI based on Pi Coding Agent**:\n  For accessibility and extensions support.\n  - **Extensions**:\n    1. `darwin-branding.ts`: Enables a unified theme across all interfaces.\n    2. `monitor.ts`: Generates a markdown-based visualization of the agent's internal state.\n\n## 🤝 Community \u0026 Support\n\nWe welcome and encourage anyone and everyone to get involved with our open source efforts. Don't be shy, open an issue, create a pull request, fork it, hack it, delete it, [buy it, use it, break it, fix it, trash it, change it, mail, upgrade it\nCharge it, point it, zoom it, press it, snap it, work it, quick erase it\nWrite it, cut it, paste it, save it, load it, check it, quick rewrite it\nPlug it, play it, burn it, rip it, drag it, drop it, zip - unzip it\nLock it, fill it, call it, find it, view it, code it, jam, unlock it\nSurf it, scroll it, pause it, click it, cross it, crack it, switch, update it\nName it, read it, tune it, print it, scan it, send it, fax, rename it\nTouch it, bring it, pay it, watch it, turn it, leave it, stop, format it\nBuy it, use it, break it, fix it, trash it, change it, mail, upgrade it\nCharge it, point it, zoom it, press it, snap it, work it, quick erase it\nWrite it, cut it, paste it, save it, load it, check it, quick rewrite it\nPlug it, play it, burn it, rip it, drag it, drop it, zip - unzip it\nTouch it, bring it, pay it, watch it, turn it, leave it, stop, format it\n](https://www.youtube.com/watch?v=D8K90hX4PrE\u0026list=RDD8K90hX4PrE\u0026start_radio=1).\n\n- **Official Website**: [easter.company](https://easter.company)\n- **Source Repository**: [github.com/EasterCompany/EDE](https://github.com/EasterCompany/EDE)\n\n---\n\n*\"Engineering Education, Entertainment, and Enterprise.\"* — **Easter Company**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastercompany%2Fede","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feastercompany%2Fede","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastercompany%2Fede/lists"}