[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-8cdd0277":3,"seo:featured-workflow:8cdd0277-4e83-11f1-9bc6-00163e2b0d79:es":83,"workflow-related-asset-8cdd0277-8cdd0277-4e83-11f1-9bc6-00163e2b0d79":84},{"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":13,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":15,"tags":22,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":29,"asset_kind":30,"target_tools":31,"install_mode":35,"entrypoint":19,"risk_profile":36,"dependencies":38,"verification":43,"agent_metadata":46,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":82},3499,"8cdd0277-4e83-11f1-9bc6-00163e2b0d79","asset-8cdd0277","Flatpak — Sandboxed Application Distribution for Linux","Flatpak is a framework for distributing desktop applications across Linux distributions. It provides a sandboxed environment where apps run with controlled access to the host system, enabling developers to build once and deploy everywhere with consistent dependencies.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"","en",[16],{"id":17,"step_order":18,"title":19,"description":13,"prompt_template":20,"variables":13,"depends_on":21,"expected_output":13},4059,1,"Flatpak Overview","# Flatpak — Sandboxed Application Distribution for Linux\n\n## Quick Use\n```bash\n# Install Flatpak (Debian\u002FUbuntu)\nsudo apt install flatpak\n# Add the Flathub repository\nflatpak remote-add --if-not-exists flathub https:\u002F\u002Fdl.flathub.org\u002Frepo\u002Fflathub.flatpakrepo\n# Install an application\nflatpak install flathub org.gimp.GIMP\n# Run it\nflatpak run org.gimp.GIMP\n# List installed applications\nflatpak list --app\n```\n\n## Introduction\nFlatpak solves the Linux software distribution problem: applications need to work across Debian, Fedora, Arch, openSUSE, and dozens of other distributions with varying library versions. By bundling dependencies in a sandboxed runtime, Flatpak lets developers ship one build that works everywhere while giving users security through application-level permission controls.\n\n## What Flatpak Does\n- Packages applications with their dependencies in a distribution-independent format\n- Sandboxes apps using Linux namespaces, seccomp, and a permission portal system\n- Shares common runtimes (GNOME, KDE, Freedesktop) across applications to reduce disk usage\n- Delivers delta updates so only changed files are downloaded\n- Runs on virtually all Linux distributions without modification\n\n## Architecture Overview\nFlatpak uses OSTree (a git-like content-addressed filesystem) to store application and runtime content. Each app is built against a specific runtime (e.g., org.freedesktop.Platform) that provides core libraries. At runtime, Flatpak creates a sandboxed environment using Linux namespaces and mounts the app and runtime layers together. The portal system (via D-Bus and xdg-desktop-portal) mediates access to host resources like files, printing, and screen sharing, allowing fine-grained permission control without breaking functionality.\n\n## Self-Hosting & Configuration\n- Install Flatpak from your distribution's package repository\n- Add Flathub as the primary remote for access to thousands of applications\n- Override application permissions with flatpak override or Flatseal (a GUI tool)\n- Host a private Flatpak repository using flat-manager or ostree-based static hosting\n- Build custom Flatpak apps using flatpak-builder with YAML\u002FJSON manifest files\n\n## Key Features\n- Distribution-independent packaging that works from Ubuntu to Arch to Fedora\n- Fine-grained sandboxing with portal-based access to host resources\n- Shared runtimes reduce duplication and total disk usage across apps\n- Efficient delta updates minimize bandwidth for version upgrades\n- Flathub provides a curated app store with thousands of applications\n\n## Comparison with Similar Tools\n- **Snap** — Canonical's alternative with automatic updates and broader daemon\u002Fserver support but uses SquashFS with slower cold starts\n- **AppImage** — single portable executable approach with no sandboxing or centralized updates\n- **Native packages (deb\u002Frpm)** — tightly integrated with the OS but require per-distro packaging and lack sandboxing\n- **Docker** — container technology for server workloads, not designed for desktop GUI applications\n- **Nix** — reproducible package manager that can run GUI apps but uses a different isolation model\n\n## FAQ\n**Q: Does Flatpak use a lot of disk space?**\nA: The first app install downloads a shared runtime (~500 MB), but subsequent apps reuse it. Deduplication keeps overall usage reasonable.\n\n**Q: Can I control what permissions an app has?**\nA: Yes. Use flatpak override to adjust permissions per app, or install Flatseal for a graphical permission manager.\n\n**Q: Is Flathub the only source of Flatpak apps?**\nA: No. Flathub is the largest community repository, but you can add any Flatpak remote, including private or self-hosted ones.\n\n**Q: How do updates work?**\nA: Run flatpak update to check all remotes for new versions. Delta updates download only the changed portions of the application.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fflatpak\u002Fflatpak\n- https:\u002F\u002Fflatpak.org\u002F","0",[23],{"id":24,"name":25,"slug":26,"icon":27},12,"Configs","config","⚙️",false,"953e5c7a3fcba0511b609c188a8c509797d8f6a05ed68f4b3aec601080379bd3","skill",[32,33,34],"claude_code","codex","gemini_cli","single",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},[],{"npm":39,"pip":40,"brew":41,"system":42},[],[],[],[],{"commands":44,"expected_files":45},[],[19],{"asset_kind":30,"target_tools":47,"install_mode":35,"entrypoint":19,"risk_profile":48,"dependencies":50,"content_hash":29,"verification":55,"inferred":58},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":49,"uses_absolute_paths":28,"network_access":28},[],{"npm":51,"pip":52,"brew":53,"system":54},[],[],[],[],{"commands":56,"expected_files":57},[],[19],true,{"target":33,"score":60,"status":61,"policy":62,"why":63,"asset_kind":30,"install_mode":35},98,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":29,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":29,"visibility":18,"created_at":82,"updated_at":82},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-8cdd0277","2026-05-13 12:23:53",null,[85,147,197,244],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":91,"author_name":92,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":93,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":94,"tags":95,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":101,"asset_kind":30,"target_tools":102,"install_mode":35,"entrypoint":103,"risk_profile":104,"dependencies":106,"verification":111,"agent_metadata":114,"agent_fit":126,"trust":133,"provenance":137,"created_at":139,"updated_at":140,"__relatedScore":141,"__relatedReasons":142,"__sharedTags":146},2490,"6b4aaa58-459c-11f1-9bc6-00163e2b0d79","asset-6b4aaa58","AppImageKit — Bundle Linux Apps That Run Anywhere","AppImageKit provides the tools to package Linux desktop applications into self-contained AppImage files that run on any distribution without installation or root access.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot",88,[],[96],{"id":97,"name":98,"slug":99,"icon":100},11,"Scripts","script","📜","45f93692e6bf1d69b6cc048796143fea2effd2e7c5793777305eaa4b7cf55ec4",[32,33,34],"AppImageKit Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":105,"uses_absolute_paths":28,"network_access":58},[],{"npm":107,"pip":108,"brew":109,"system":110},[],[],[],[],{"commands":112,"expected_files":113},[],[103],{"asset_kind":30,"target_tools":115,"install_mode":35,"entrypoint":103,"risk_profile":116,"dependencies":118,"content_hash":101,"verification":123},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":117,"uses_absolute_paths":28,"network_access":58},[],{"npm":119,"pip":120,"brew":121,"system":122},[],[],[],[],{"commands":124,"expected_files":125},[],[103],{"target":33,"score":127,"status":128,"policy":129,"why":130,"asset_kind":30,"install_mode":35},64,"needs_confirmation","confirm",[64,65,66,131,132,70],"policy confirm","risk_profile.network_access is true",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":101,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":134,"review_status":75,"signals":136},[135],"network_access",[77,78],{"owner_uuid":91,"owner_name":92,"source_url":138,"content_hash":101,"visibility":18,"created_at":139,"updated_at":140},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-6b4aaa58","2026-05-02 04:29:14","2026-05-13 12:13:03",89.92408500996737,[143,144,145],"topic-match","same-kind","same-target",[],{"id":148,"uuid":149,"slug":150,"title":151,"description":152,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":153,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":154,"tags":155,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":157,"asset_kind":30,"target_tools":158,"install_mode":35,"entrypoint":159,"risk_profile":160,"dependencies":162,"verification":167,"agent_metadata":170,"agent_fit":182,"trust":184,"provenance":188,"created_at":190,"updated_at":191,"__relatedScore":192,"__relatedReasons":193,"__sharedTags":195},1995,"e126c236-3ecd-11f1-9bc6-00163e2b0d79","krita-free-open-source-digital-painting-application-e126c236","Krita — Free Open Source Digital Painting Application","Krita is a free, open-source digital painting program designed for illustrators, concept artists, and texture painters. Developed by KDE, it offers a full brush engine, layer management, animation tools, and a non-destructive workflow on Linux, Windows, and macOS.",112,[],[156],{"id":24,"name":25,"slug":26,"icon":27},"31688786202a43cae5da7889474bb33639b19fb935bd2c43862f8c08c6e71b48",[32,33,34],"Krita Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":161,"uses_absolute_paths":28,"network_access":28},[],{"npm":163,"pip":164,"brew":165,"system":166},[],[],[],[],{"commands":168,"expected_files":169},[],[159],{"asset_kind":30,"target_tools":171,"install_mode":35,"entrypoint":159,"risk_profile":172,"dependencies":174,"content_hash":157,"verification":179},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":173,"uses_absolute_paths":28,"network_access":28},[],{"npm":175,"pip":176,"brew":177,"system":178},[],[],[],[],{"commands":180,"expected_files":181},[],[159],{"target":33,"score":60,"status":61,"policy":62,"why":183,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":157,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":185,"review_status":75,"signals":186},[],[187,77,78,79],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":189,"content_hash":157,"visibility":18,"created_at":190,"updated_at":191},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fkrita-free-open-source-digital-painting-application-e126c236","2026-04-23 12:35:39","2026-05-13 06:02:32",89.07961766522513,[143,144,145,194],"same-author",[26,196],"configs",{"id":198,"uuid":199,"slug":200,"title":201,"description":202,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":203,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":204,"tags":205,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":207,"asset_kind":30,"target_tools":208,"install_mode":35,"entrypoint":209,"risk_profile":210,"dependencies":212,"verification":217,"agent_metadata":220,"agent_fit":232,"trust":234,"provenance":237,"created_at":239,"updated_at":240,"__relatedScore":241,"__relatedReasons":242,"__sharedTags":243},1724,"a0e1dc25-3b20-11f1-9bc6-00163e2b0d79","darktable-open-source-photography-workflow-raw-developer-a0e1dc25","darktable — Open Source Photography Workflow & RAW Developer","darktable is a free, open-source photography workflow application and RAW image developer for Linux, macOS, and Windows. It provides non-destructive editing, tethered shooting, color management, and a darkroom module with over 80 image processing operations.",107,[],[206],{"id":24,"name":25,"slug":26,"icon":27},"ca308ae25e00616dc0daa80f9c8c0ca6696e64e7237be8add4f3385a174c6638",[32,33,34],"darktable Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":211,"uses_absolute_paths":28,"network_access":28},[],{"npm":213,"pip":214,"brew":215,"system":216},[],[],[],[],{"commands":218,"expected_files":219},[],[209],{"asset_kind":30,"target_tools":221,"install_mode":35,"entrypoint":209,"risk_profile":222,"dependencies":224,"content_hash":207,"verification":229},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":223,"uses_absolute_paths":28,"network_access":28},[],{"npm":225,"pip":226,"brew":227,"system":228},[],[],[],[],{"commands":230,"expected_files":231},[],[209],{"target":33,"score":60,"status":61,"policy":62,"why":233,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":207,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":235,"review_status":75,"signals":236},[],[187,77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":238,"content_hash":207,"visibility":18,"created_at":239,"updated_at":240},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fdarktable-open-source-photography-workflow-raw-developer-a0e1dc25","2026-04-18 20:17:54","2026-05-13 07:33:44",87.05013563323043,[143,144,145,194],[26,196],{"id":245,"uuid":246,"slug":247,"title":248,"description":249,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":250,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":251,"tags":252,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":254,"asset_kind":30,"target_tools":255,"install_mode":35,"entrypoint":256,"risk_profile":257,"dependencies":259,"verification":264,"agent_metadata":267,"agent_fit":279,"trust":281,"provenance":284,"created_at":286,"updated_at":287,"__relatedScore":288,"__relatedReasons":289,"__sharedTags":290},2093,"1d1ab828-403f-11f1-9bc6-00163e2b0d79","xournal-open-source-handwriting-pdf-annotation-app-1d1ab828","Xournal++ — Open-Source Handwriting and PDF Annotation App","Xournal++ is a free, open-source handwriting notetaking application with PDF annotation support. It works with stylus input on tablets and pen displays across Linux, Windows, and macOS.",93,[],[253],{"id":24,"name":25,"slug":26,"icon":27},"687162a594d5d32b1faf1ac07a2bfef4d35f170f27a519220e7c4d22789a52a9",[32,33,34],"Xournal++ Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":258,"uses_absolute_paths":28,"network_access":28},[],{"npm":260,"pip":261,"brew":262,"system":263},[],[],[],[],{"commands":265,"expected_files":266},[],[256],{"asset_kind":30,"target_tools":268,"install_mode":35,"entrypoint":256,"risk_profile":269,"dependencies":271,"content_hash":254,"verification":276},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":270,"uses_absolute_paths":28,"network_access":28},[],{"npm":272,"pip":273,"brew":274,"system":275},[],[],[],[],{"commands":277,"expected_files":278},[],[256],{"target":33,"score":60,"status":61,"policy":62,"why":280,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":254,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":282,"review_status":75,"signals":283},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":285,"content_hash":254,"visibility":18,"created_at":286,"updated_at":287},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fxournal-open-source-handwriting-pdf-annotation-app-1d1ab828","2026-04-25 08:38:44","2026-05-13 12:46:00",86.95969178039955,[143,144,145,194],[26,196]]