[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-699ec4d2":3,"seo:featured-workflow:699ec4d2-4e1f-11f1-9bc6-00163e2b0d79:fr":88,"workflow-related-asset-699ec4d2-699ec4d2-4e1f-11f1-9bc6-00163e2b0d79":89},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":14,"tags":21,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":28,"asset_kind":29,"target_tools":30,"install_mode":34,"entrypoint":18,"risk_profile":35,"dependencies":37,"verification":48,"agent_metadata":51,"agent_fit":64,"trust":76,"provenance":85,"created_at":87,"updated_at":87},3331,"699ec4d2-4e1f-11f1-9bc6-00163e2b0d79","asset-699ec4d2","BeeWare Toga — Native Cross-Platform GUI Apps in Python","Write native desktop and mobile applications in pure Python that render with platform-native widgets on macOS, Windows, Linux, iOS, Android, and the web.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","",0,"en",[15],{"id":16,"step_order":17,"title":18,"description":11,"prompt_template":19,"variables":11,"depends_on":20,"expected_output":11},3894,1,"BeeWare Toga","# BeeWare Toga — Native Cross-Platform GUI Apps in Python\n\n## Quick Use\n```bash\npip install toga\ncat > app.py \u003C\u003C 'PYEOF'\nimport toga\ndef build(app):\n    box = toga.Box()\n    label = toga.Label(\"Hello, BeeWare!\", style=Pack(padding=20))\n    box.add(label)\n    return box\napp = toga.App(\"Hello\", \"org.example.hello\", startup=build)\napp.main_loop()\nPYEOF\npython app.py\n```\n\n## Introduction\nToga is the widget toolkit of the BeeWare project, designed to let Python developers build native graphical applications for desktop and mobile platforms. Rather than drawing its own widgets, Toga maps Python code to each platform's native GUI framework — Cocoa on macOS, GTK on Linux, Winforms on Windows, UIKit on iOS, and Android views — producing apps that look and behave like first-class citizens on every OS.\n\n## What Toga Does\n- Maps a Pythonic widget API to native platform controls on macOS, Windows, Linux, iOS, and Android\n- Provides layout via the Pack style engine, a CSS-like flexbox system for positioning widgets\n- Ships with common widgets: buttons, text inputs, tables, trees, web views, image views, and more\n- Integrates with Briefcase (the BeeWare packaging tool) for creating distributable app bundles\n- Supports a web backend that renders the same app in a browser via a server-side model\n\n## Architecture Overview\nToga uses a backend-agnostic architecture. The core library defines abstract widget interfaces and a layout engine. Each platform backend (toga-cocoa, toga-gtk, toga-winforms, toga-iOS, toga-android) implements these interfaces using the native toolkit. When you create a `toga.Button`, the active backend instantiates the corresponding Cocoa NSButton, GTK Button, or WinForms Button. This design means the Python application code never touches platform APIs directly.\n\n## Self-Hosting & Configuration\n- Install with `pip install toga` for the current platform's backend automatically\n- Scaffold a full project with Briefcase: `pip install briefcase && briefcase new`\n- Briefcase handles packaging into .app bundles (macOS), .msi installers (Windows), AppImage (Linux), or .ipa\u002F.apk (mobile)\n- Customize app metadata (name, icon, bundle identifier) in `pyproject.toml`\n- Install additional backends manually for cross-compilation: `pip install toga-gtk` on Linux, `pip install toga-cocoa` on macOS\n\n## Key Features\n- True native widgets: apps inherit the host OS's look, feel, and accessibility features automatically\n- Pack layout engine provides CSS-like flexbox positioning without complex geometry management\n- Briefcase integration packages Python apps as standalone native installers for every target platform\n- Mobile support: deploy the same Python codebase as iOS and Android apps via BeeWare tooling\n- Active community with regular releases and CPython core developer involvement in the project\n\n## Comparison with Similar Tools\n- **Tkinter** — Python standard library GUI with Tcl\u002FTk widgets; Toga uses truly native platform controls for a more polished look\n- **PyQt \u002F PySide** — Feature-rich but complex; Toga is simpler and avoids Qt's licensing considerations\n- **Kivy** — Custom-rendered touch-focused UI; Toga uses native widgets for platform-authentic desktop apps\n- **Dear PyGui** — GPU-rendered immediate-mode framework for tools; Toga targets conventional application UIs with native widgets\n- **wxPython** — Wraps wxWidgets for native look; Toga is a more Pythonic, modern API with mobile support and Briefcase packaging\n\n## FAQ\n**Q: Can Toga really build iOS and Android apps in Python?**\nA: Yes. Through BeeWare's Briefcase tool and platform bridges (Rubicon ObjC for iOS, Chaquopy integration for Android), you can package and deploy Toga apps to mobile devices.\n\n**Q: Is Toga production-ready?**\nA: Toga is suitable for many application types and is improving rapidly. Desktop backends (macOS, Linux, Windows) are the most mature; mobile backends are functional but still evolving.\n\n**Q: How do I distribute a Toga app to end users?**\nA: Use Briefcase to package the app: `briefcase build` then `briefcase package` creates native installers (.dmg, .msi, .AppImage, .apk, .ipa) that include a bundled Python runtime.\n\n**Q: Does Toga support custom styling or themes?**\nA: Toga intentionally delegates styling to the native platform. You control layout with Pack but visual appearance follows OS conventions for consistency.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fbeeware\u002Ftoga\n- https:\u002F\u002Ftoga.readthedocs.io\u002F","0",[22],{"id":23,"name":24,"slug":25,"icon":26},11,"Scripts","script","📜",false,"25271eed9f7241fee2fb9ed6fbed407680f253c4623344fe749b0e72c1e47706","skill",[31,32,33],"claude_code","codex","gemini_cli","single",{"executes_code":27,"modifies_global_config":27,"requires_secrets":36,"uses_absolute_paths":27,"network_access":27},[],{"npm":38,"pip":39,"brew":46,"system":47},[],[40,41,42,43,44,45],"&&","briefcase","new","toga","toga-cocoa","toga-gtk",[],[],{"commands":49,"expected_files":50},[],[18],{"asset_kind":29,"target_tools":52,"install_mode":34,"entrypoint":18,"risk_profile":53,"dependencies":55,"content_hash":28,"verification":60,"inferred":63},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":54,"uses_absolute_paths":27,"network_access":27},[],{"npm":56,"pip":57,"brew":58,"system":59},[],[40,41,42,43,44,45],[],[],{"commands":61,"expected_files":62},[],[18],true,{"target":32,"score":65,"status":66,"policy":67,"why":68,"asset_kind":29,"install_mode":34},98,"native","allow",[69,70,71,72,73,74,75],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":77,"verified_publisher":27,"asset_signed_hash":28,"signature_status":78,"install_count":12,"report_count":12,"dangerous_capability_badges":79,"review_status":80,"signals":81},"established","hash_only",[],"unreviewed",[82,83,84],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":86,"content_hash":28,"visibility":17,"created_at":87,"updated_at":87},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-699ec4d2","2026-05-13 00:27:04",null,[90,148,201,248],{"id":91,"uuid":92,"slug":93,"title":94,"description":95,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":96,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":97,"tags":98,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":100,"asset_kind":29,"target_tools":101,"install_mode":34,"entrypoint":102,"risk_profile":103,"dependencies":105,"verification":110,"agent_metadata":113,"agent_fit":125,"trust":132,"provenance":136,"created_at":138,"updated_at":139,"__relatedScore":140,"__relatedReasons":141,"__sharedTags":146},1171,"f7fe0477-3712-11f1-9bc6-00163e2b0d79","react-native-build-native-mobile-apps-react-f7fe0477","React Native — Build Native Mobile Apps with React","React Native is the leading framework for building native iOS and Android apps using React. Write once in JavaScript\u002FTypeScript, get truly native mobile apps — not webviews — with shared business logic and platform-specific UI when needed.",67,[],[99],{"id":23,"name":24,"slug":25,"icon":26},"a1b1c1c1591d7b2d5da33b81895b2d76bdd33cf84288509c978fbd492f440063",[31,32,33],"SKILL.md",{"executes_code":27,"modifies_global_config":27,"requires_secrets":104,"uses_absolute_paths":27,"network_access":63},[],{"npm":106,"pip":107,"brew":108,"system":109},[],[],[],[],{"commands":111,"expected_files":112},[],[11],{"asset_kind":29,"target_tools":114,"install_mode":34,"entrypoint":102,"risk_profile":115,"dependencies":117,"content_hash":100,"verification":122},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":116,"uses_absolute_paths":27,"network_access":63},[],{"npm":118,"pip":119,"brew":120,"system":121},[],[],[],[],{"commands":123,"expected_files":124},[],[11],{"target":32,"score":126,"status":127,"policy":128,"why":129,"asset_kind":29,"install_mode":34},64,"needs_confirmation","confirm",[69,70,71,130,131,75],"policy confirm","risk_profile.network_access is true",{"author_trust_level":77,"verified_publisher":27,"asset_signed_hash":100,"signature_status":78,"install_count":12,"report_count":12,"dangerous_capability_badges":133,"review_status":80,"signals":135},[134],"network_access",[82,83],{"owner_uuid":9,"owner_name":10,"source_url":137,"content_hash":100,"visibility":17,"created_at":138,"updated_at":139},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Freact-native-build-native-mobile-apps-react-f7fe0477","2026-04-13 16:30:03","2026-05-12 19:22:30",123.74876336905936,[142,143,144,145],"topic-match","same-kind","same-target","same-author",[25,147],"scripts",{"id":149,"uuid":150,"slug":151,"title":152,"description":153,"author_id":154,"author_name":155,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":156,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":157,"tags":158,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":164,"asset_kind":29,"target_tools":165,"install_mode":34,"entrypoint":102,"risk_profile":166,"dependencies":168,"verification":173,"agent_metadata":176,"agent_fit":188,"trust":190,"provenance":194,"created_at":196,"updated_at":197,"__relatedScore":198,"__relatedReasons":199,"__sharedTags":200},1354,"a8f5db0f-3862-11f1-9bc6-00163e2b0d79","kivy-open-source-python-framework-cross-platform-apps-a8f5db0f","Kivy — Open-Source Python Framework for Cross-Platform Apps with a Single Codebase","Kivy lets you write touch-friendly cross-platform apps entirely in Python. One codebase runs on iOS, Android, Windows, macOS, Linux, and Raspberry Pi — the Python way to build mobile and kiosk UIs.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source",106,[],[159],{"id":160,"name":161,"slug":162,"icon":163},12,"Configs","config","⚙️","46cfa5d89fec358b01111472d41e667ba960df73fbb765104bdf2c7c001ef8f5",[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":167,"uses_absolute_paths":27,"network_access":27},[],{"npm":169,"pip":170,"brew":171,"system":172},[],[],[],[],{"commands":174,"expected_files":175},[],[11],{"asset_kind":29,"target_tools":177,"install_mode":34,"entrypoint":102,"risk_profile":178,"dependencies":180,"content_hash":164,"verification":185},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":179,"uses_absolute_paths":27,"network_access":27},[],{"npm":181,"pip":182,"brew":183,"system":184},[],[],[],[],{"commands":186,"expected_files":187},[],[11],{"target":32,"score":65,"status":66,"policy":67,"why":189,"asset_kind":29,"install_mode":34},[69,70,71,72,73,74,75],{"author_trust_level":77,"verified_publisher":27,"asset_signed_hash":164,"signature_status":78,"install_count":12,"report_count":12,"dangerous_capability_badges":191,"review_status":80,"signals":192},[],[193,82,83,84],"asset has usage views",{"owner_uuid":154,"owner_name":155,"source_url":195,"content_hash":164,"visibility":17,"created_at":196,"updated_at":197},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fkivy-open-source-python-framework-cross-platform-apps-a8f5db0f","2026-04-15 08:33:01","2026-05-13 01:12:18",107.04407566652782,[142,143,144],[],{"id":202,"uuid":203,"slug":204,"title":205,"description":206,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":207,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":208,"tags":209,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":211,"asset_kind":29,"target_tools":212,"install_mode":34,"entrypoint":213,"risk_profile":214,"dependencies":216,"verification":221,"agent_metadata":224,"agent_fit":236,"trust":238,"provenance":241,"created_at":243,"updated_at":244,"__relatedScore":245,"__relatedReasons":246,"__sharedTags":247},1630,"bbd792f6-39c9-11f1-9bc6-00163e2b0d79","rainbond-cloud-native-application-platform-without-bbd792f6","Rainbond — Cloud-Native Application Platform Without Kubernetes Expertise","Rainbond is an open-source cloud-native application management platform that abstracts away Kubernetes complexity, letting developers deploy, manage, and orchestrate containerized applications through a visual interface without writing YAML.",71,[],[210],{"id":23,"name":24,"slug":25,"icon":26},"14df013676c0183cd4b8ddb90edf34cef80467c0b09c9c62d70190d279617cb0",[31,32,33],"Rainbond Overview",{"executes_code":27,"modifies_global_config":27,"requires_secrets":215,"uses_absolute_paths":27,"network_access":63},[],{"npm":217,"pip":218,"brew":219,"system":220},[],[],[],[],{"commands":222,"expected_files":223},[],[213],{"asset_kind":29,"target_tools":225,"install_mode":34,"entrypoint":213,"risk_profile":226,"dependencies":228,"content_hash":211,"verification":233},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":227,"uses_absolute_paths":27,"network_access":63},[],{"npm":229,"pip":230,"brew":231,"system":232},[],[],[],[],{"commands":234,"expected_files":235},[],[213],{"target":32,"score":126,"status":127,"policy":128,"why":237,"asset_kind":29,"install_mode":34},[69,70,71,130,131,75],{"author_trust_level":77,"verified_publisher":27,"asset_signed_hash":211,"signature_status":78,"install_count":12,"report_count":12,"dangerous_capability_badges":239,"review_status":80,"signals":240},[134],[82,83],{"owner_uuid":9,"owner_name":10,"source_url":242,"content_hash":211,"visibility":17,"created_at":243,"updated_at":244},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Frainbond-cloud-native-application-platform-without-bbd792f6","2026-04-17 03:23:22","2026-05-12 20:04:49",105.7859987446469,[142,143,144,145],[25,147],{"id":249,"uuid":250,"slug":251,"title":252,"description":253,"author_id":154,"author_name":155,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":254,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":255,"tags":256,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":258,"asset_kind":29,"target_tools":259,"install_mode":34,"entrypoint":102,"risk_profile":260,"dependencies":262,"verification":267,"agent_metadata":270,"agent_fit":282,"trust":284,"provenance":287,"created_at":289,"updated_at":290,"__relatedScore":291,"__relatedReasons":292,"__sharedTags":293},3330,"52e79f5d-4e1f-11f1-9bc6-00163e2b0d79","asset-52e79f5d","wxWidgets — Cross-Platform C++ GUI Library with Native Look","Build desktop applications in C++ that look and feel native on Windows, macOS, and Linux using each platform's own widget toolkit rather than custom-drawn controls.",6,[],[257],{"id":160,"name":161,"slug":162,"icon":163},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":261,"uses_absolute_paths":27,"network_access":27},[],{"npm":263,"pip":264,"brew":265,"system":266},[],[],[],[],{"commands":268,"expected_files":269},[],[],{"asset_kind":29,"target_tools":271,"install_mode":34,"entrypoint":102,"risk_profile":272,"dependencies":274,"content_hash":258,"verification":279,"inferred":63},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":273,"uses_absolute_paths":27,"network_access":27},[],{"npm":275,"pip":276,"brew":277,"system":278},[],[],[],[],{"commands":280,"expected_files":281},[],[],{"target":32,"score":65,"status":66,"policy":67,"why":283,"asset_kind":29,"install_mode":34},[69,70,71,72,73,74,75],{"author_trust_level":77,"verified_publisher":27,"asset_signed_hash":258,"signature_status":78,"install_count":12,"report_count":12,"dangerous_capability_badges":285,"review_status":80,"signals":286},[],[82,83,84],{"owner_uuid":154,"owner_name":155,"source_url":288,"content_hash":258,"visibility":17,"created_at":289,"updated_at":290},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-52e79f5d","2026-05-13 00:26:26","2026-05-13 01:13:02",105.26764706002139,[142,143,144],[]]