{"id":24030360,"url":"https://github.com/beaglesoftware/editor","last_synced_at":"2026-04-17T06:34:20.650Z","repository":{"id":265453795,"uuid":"887987341","full_name":"beaglesoftware/editor","owner":"beaglesoftware","description":"A \"beagleful\" editor","archived":false,"fork":false,"pushed_at":"2025-06-08T16:55:53.000Z","size":582,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T17:03:41.297Z","etag":null,"topics":["beagleeditor","fast","foss","lightweight","microsoft","minimal","monaco-editor","monacoeditor","opensource","powerful","typescript","vscode"],"latest_commit_sha":null,"homepage":"https://beagleeditor.github.io/","language":"Python","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/beaglesoftware.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,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-13T16:10:58.000Z","updated_at":"2025-07-14T03:01:06.000Z","dependencies_parsed_at":"2024-12-27T13:18:50.569Z","dependency_job_id":"8216e73d-125f-49ba-a45e-33c19c7b15d0","html_url":"https://github.com/beaglesoftware/editor","commit_stats":null,"previous_names":["beaglesoftware/editor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/beaglesoftware/editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beaglesoftware%2Feditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beaglesoftware%2Feditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beaglesoftware%2Feditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beaglesoftware%2Feditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beaglesoftware","download_url":"https://codeload.github.com/beaglesoftware/editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beaglesoftware%2Feditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["beagleeditor","fast","foss","lightweight","microsoft","minimal","monaco-editor","monacoeditor","opensource","powerful","typescript","vscode"],"created_at":"2025-01-08T17:42:25.608Z","updated_at":"2026-04-17T06:34:20.629Z","avatar_url":"https://github.com/beaglesoftware.png","language":"Python","funding_links":[],"categories":["開発ツール"],"sub_categories":["IDE"],"readme":"![BeagleEditor Poster](https://github.com/user-attachments/assets/32bb23ee-f5b4-414d-a715-7e140c07b559)\n# BeagleEditor\nA code editor powered by beagles.\n\n## Installation\n### Using Python (good for someone who uses Mac)\n#### Mac\nInstall Python by going to [Python site](https://www.python.org) or Homebrew:\n```\nbrew install python\n```\nDownload this repository by going to Code \u003e Download ZIP or use Git to clone\n```\ngit clone https://github.com/beaglesoftware/editor.git\n```\nNow, install requirements:\n```shell\n# If you get an error, try using --break-system-packages switch\npython3 -m pip install -r requirements.txt\n```\nNow, run editor by using\n```\npython3 beagleeditor.py\n```\n#### Windows\nInstall Python by going to [Python site](https://python.org)\n\nClone repository:\n```\ngit clone https://github.com/beaglesoftware/editor.git\n```\nNow install requirements:\n```powershell\npy -m pip install -r requirements.txt\n```\nRun editor using\n```\npython3 beagleeditor.py\n```\n### Using executable file\n## Windows and Mac\nDownload from [Releases](https://github.com/beaglesoftware/editor/releases) page and download `BeagleEditor-{latest version}-Installer.exe` for Windows or `BeagleEditor-{latest version}-Mac.zip` or `BeagleEditor-{latest version}-Mac.dmg` for Mac\n\n### Using 'winget'\nRun this command:\n```\nwinget install BeagleSoftware.BeagleEditor\n```\n\n### Using Homebrew\n```\nbrew install beaglesoftware/tap/beagleeditor\n```\n\n## Features\n1. Syntax highlighting\n2. Autocomplete\n3. Compatible with Python, C, CSS, C++, C#, HTML, JavaScript\n4. Plugins support\n5. Running Python file\n6. A terminal for BeagleEditor (It is be avaliable through a plugin)\n6. More features coming soon\n\n## What are Plugins?\nRead them in [BeagleEditor Plugins wiki](https://github.com/ManiArasteh/editor/wiki/Plugins)\n\n## Future of BeagleEditor\n1. Undo, Redo button (There is undo, redo shortcut with Ctrl-Z, Ctrl-Y or Cmd-Z, Cmd-Y)\n2. Search and Replace\n3. Migrate to TypeScript and Monaco Editor\n\n## Screenshot\n\u003cimg width=\"1376\" alt=\"Screenshot 1403-10-07 at 3 30 34 PM\" src=\"https://github.com/user-attachments/assets/d1398c27-9259-4e9b-b6ac-a7be2de7a19f\" /\u003e\n\nA preview of BeagleEditor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaglesoftware%2Feditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeaglesoftware%2Feditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeaglesoftware%2Feditor/lists"}