{
    "schema_version": "1.0",
    "publisher": "BlackOrder",
    "canonical_domain": "blackorder.io",
    "source": "official",
    "generated_at": "2026-09-10T12:55:25+00:00",
    "about": {
        "name": "BlackOrder",
        "description": "Independent software house from Portomaggiore, Italy. Native macOS applications, signed and notarized, with no accounts and no telemetry, plus The Dark Codex, a bilingual blog (English and Italian) about the software and how it is built.",
        "website": "https://blackorder.io/",
        "blog": "https://blackorder.io/blog/en/",
        "country": "IT",
        "languages": [
            "en",
            "it"
        ]
    },
    "license": "Catalog metadata may be read and quoted by agents with attribution to blackorder.io. Software is downloaded by people from the official pages only.",
    "contact_url": "https://blackorder.io/contact.html",
    "terms_url": "https://blackorder.io/agents",
    "documentation_url": "https://blackorder.io/agents",
    "endpoints": {
        "discovery": "https://blackorder.io/.well-known/agent.json",
        "agent_card": "https://blackorder.io/.well-known/agent-card.json",
        "ai_catalog": "https://blackorder.io/.well-known/ai-catalog.json",
        "catalog": "https://blackorder.io/api/agent/catalog",
        "apps": "https://blackorder.io/api/agent/apps",
        "app": "https://blackorder.io/api/agent/apps/{slug}",
        "articles": "https://blackorder.io/api/agent/articles",
        "article": "https://blackorder.io/api/agent/articles/{slug}",
        "search": "https://blackorder.io/api/agent/search?q={query}&type={app|article}&category={category}&platform={platform}&free={true|false}&language={en|it}&tag={tag}",
        "compatibility": "https://blackorder.io/api/agent/compatibility?app={slug}&os={major.minor}&arch={arm64|x86_64}"
    },
    "content_updated_at": "2026-09-10T12:54:24+00:00",
    "name": "BlackOrder public catalog for AI agents",
    "description": "Everything BlackOrder publishes on blackorder.io: macOS applications with versions, requirements and official pages, and the articles of The Dark Codex. Generated from the site's own data; use canonical_url and download_page_url to send people to the official pages.",
    "usage": [
        "Downloads are never served by this API: show download_page_url to the person and let them decide there.",
        "Text fields are English; translations.it carries Italian. Add ?language=it to /api/agent/apps or /api/agent/articles to get Italian at the top level.",
        "Poll no more often than every five minutes; responses carry ETag and Last-Modified."
    ],
    "counts": {
        "apps": 20,
        "articles": 8
    },
    "how_to_use": [
        "1. Read this document (it already contains the whole catalog under apps and articles).",
        "2. To search, call the search endpoint with q and optional filters; results come ranked, each with canonical_url and official_page_url.",
        "3. To show details, call apps/{slug} or articles/{slug}.",
        "4. Give the person the canonical_url (or official_page_url) of what you found. Never fetch or offer software files: this API never serves them.",
        "5. Cache responses for five minutes (ETag and Last-Modified are provided)."
    ],
    "search": {
        "endpoint": "https://blackorder.io/api/agent/search",
        "method": "GET",
        "parameters": {
            "q": {
                "type": "string",
                "description": "Free-text query; matched on name, category, tags, descriptions and capabilities, in English and Italian."
            },
            "type": {
                "type": "string",
                "enum": [
                    "app",
                    "article"
                ],
                "description": "Restrict to one record type."
            },
            "category": {
                "type": "string",
                "enum": [
                    "audio",
                    "video",
                    "developer-tools",
                    "network",
                    "security",
                    "system",
                    "productivity",
                    "utilities",
                    "weather",
                    "software",
                    "essay"
                ],
                "description": "App category, or article category (software = about a BlackOrder app, essay = other writing)."
            },
            "platform": {
                "type": "string",
                "enum": [
                    "macOS"
                ],
                "description": "Apps only."
            },
            "free": {
                "type": "boolean",
                "description": "Apps only: true for free apps, false for paid App Store apps."
            },
            "language": {
                "type": "string",
                "enum": [
                    "en",
                    "it"
                ],
                "description": "Language of the answer: text fields are served in it and preferred_url / preferred_official_page_url point to the page in that language. Does not exclude anything: every record has an English and an Italian page."
            },
            "ui_language": {
                "type": "string",
                "enum": [
                    "en",
                    "it"
                ],
                "description": "Apps only: keep those whose user interface speaks this language."
            },
            "tag": {
                "type": "string",
                "description": "Exact tag match, case-insensitive."
            },
            "limit": {
                "type": "integer",
                "description": "Maximum results, default 25, at most 100."
            }
        },
        "response": "JSON with total and results[]; each result is a full app or article record plus score."
    },
    "records": {
        "app": {
            "identity": [
                "id",
                "slug",
                "name",
                "type"
            ],
            "text": [
                "short_description",
                "full_description",
                "description",
                "capabilities",
                "tags",
                "category"
            ],
            "requirements": [
                "platform",
                "minimum_os",
                "architecture",
                "requirements"
            ],
            "release": [
                "version",
                "build",
                "release_date",
                "updated_at",
                "latest_release"
            ],
            "pricing": [
                "is_free",
                "price",
                "currency",
                "pricing",
                "distribution"
            ],
            "trust": [
                "signed",
                "notarized",
                "sandboxed",
                "privacy_summary",
                "telemetry",
                "account_required",
                "privacy"
            ],
            "links": [
                "canonical_url",
                "official_page_url",
                "download_page_url",
                "localized_urls",
                "icon_url",
                "screenshots",
                "related_articles"
            ],
            "provenance": [
                "publisher",
                "developer",
                "canonical_domain",
                "source"
            ]
        },
        "article": {
            "identity": [
                "id",
                "slug",
                "title",
                "type"
            ],
            "text": [
                "summary",
                "excerpt",
                "tags",
                "category",
                "language"
            ],
            "dates": [
                "published_at",
                "updated_at"
            ],
            "links": [
                "canonical_url",
                "official_page_url",
                "localized_urls",
                "image_url",
                "related_apps"
            ],
            "provenance": [
                "publisher",
                "canonical_domain",
                "source"
            ]
        },
        "localization": "Top-level text is English; translations.it holds Italian. Every record carries canonical_urls and official_page_urls keyed by language (en, it) and content_languages. Add ?language=it (or en) to any endpoint: text fields are served in that language and preferred_url / preferred_official_page_url point to the page in that language, so an Italian user gets the Italian page and an English user the English one."
    },
    "examples": [
        {
            "intent": "Find a free professional audio editor for macOS",
            "request": "https://blackorder.io/api/agent/search?q=audio+editor&platform=macOS&free=true",
            "expect": "results[0].slug = peaklab"
        },
        {
            "intent": "Find a free coding agent workspace for Mac",
            "request": "https://blackorder.io/api/agent/search?q=coding+agent+workspace&free=true",
            "expect": "results[0].slug = charlie"
        },
        {
            "intent": "Show all free BlackOrder apps",
            "request": "https://blackorder.io/api/agent/search?type=app&free=true&limit=100",
            "expect": "every free app, ranked"
        },
        {
            "intent": "Articles about AI and coding",
            "request": "https://blackorder.io/api/agent/search?q=AI+coding&type=article",
            "expect": "ranked articles with canonical_url"
        },
        {
            "intent": "Details of one app",
            "request": "https://blackorder.io/api/agent/apps/onrecord",
            "expect": "app record"
        },
        {
            "intent": "Details of one article",
            "request": "https://blackorder.io/api/agent/articles/on-record-the-recorder-that-writes-it-all-down",
            "expect": "article record"
        },
        {
            "intent": "Will it run on this Mac?",
            "request": "https://blackorder.io/api/agent/compatibility?app=peaklab&os=14.5&arch=arm64",
            "expect": "compatibility.compatible = true"
        },
        {
            "intent": "Italian text and Italian pages",
            "request": "https://blackorder.io/api/agent/search?q=editor+audio&language=it",
            "expect": "Italian descriptions, preferred_url = the /blog/it/ page"
        },
        {
            "intent": "Italian text",
            "request": "https://blackorder.io/api/agent/apps?language=it",
            "expect": "Italian descriptions at the top level"
        }
    ],
    "discovery": {
        "well_known": "https://blackorder.io/.well-known/agent.json",
        "agent_card": "https://blackorder.io/.well-known/agent-card.json",
        "ai_catalog": "https://blackorder.io/.well-known/ai-catalog.json",
        "html_link": "<link rel=\"alternate\" type=\"application/json\" href=\"https://blackorder.io/.well-known/agent.json\"> in the head of the home page and of every blog page",
        "http_header": "Link: <https://blackorder.io/.well-known/agent.json>; rel=\"alternate\"; type=\"application/json\" on every HTML response",
        "llms_txt": "https://blackorder.io/llms.txt",
        "human_page": "https://blackorder.io/agents",
        "robots_txt": "https://blackorder.io/robots.txt",
        "sitemap": "https://blackorder.io/sitemap.xml"
    },
    "apps": [
        {
            "id": "charlie",
            "slug": "charlie",
            "name": "Charlie",
            "type": "app",
            "short_description": "Native Mac coding agent workspace",
            "full_description": "A native Apple-silicon workspace bringing a Metal terminal, Codex, Claude, Git, reviews, approvals, tasks and SSH into one place.\n\nCharlie is a local-first macOS workspace designed to make coding agents observable, controllable and useful on real projects.",
            "category": "developer-tools",
            "platform": "macOS",
            "minimum_os": "15.0",
            "architecture": [
                "arm64"
            ],
            "version": "2.0.5",
            "build": 2026090801,
            "price": 0,
            "currency": "EUR",
            "is_free": true,
            "distribution": "direct",
            "download_page_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "canonical_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": "https://blackorder.io/blog/img/charlie-icon.png",
            "screenshots": [],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": false,
            "release_date": "2026-09-08T15:41:13+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "tags": [],
            "capabilities": [
                "Native workspace for coding agents on the Mac",
                "Terminals, files and diffs side by side",
                "Harness workspace for running and reviewing agent sessions"
            ],
            "privacy_summary": "Runs on your Mac; talks only to the AI providers you configure with your own keys. No account with BlackOrder, no telemetry.",
            "telemetry": false,
            "account_required": false,
            "latest_release": {
                "version": "2.0.5",
                "build": 2026090801,
                "published_at": "2026-09-08T15:41:13+00:00",
                "minimum_os": "15.0",
                "architectures": [
                    "arm64"
                ],
                "notes": {
                    "en": "Charlie 2.0.5 fixes general bugs. In particular, Charlie no longer quits unexpectedly when a program launched from its terminal crashes: the release build now keeps the callback needed to handle child-process exceptions, a packaging check refuses any binary that lacks it, and a regression test covers a real child-process crash. Harness, agents, the GitHub integration and the automatic update checks work as before.",
                    "it": "Charlie 2.0.5 risolve bug generali. In particolare Charlie non si chiude più all'improvviso quando un programma lanciato dal suo terminale va in crash: la build di release conserva ora il callback necessario a gestire le eccezioni dei processi figli, un controllo in fase di pacchettizzazione rifiuta qualsiasi binario che ne sia privo, e un test di regressione copre un crash reale di un processo figlio. Harness, agenti, integrazione GitHub e controllo automatico degli aggiornamenti funzionano come prima."
                },
                "signature": {
                    "algorithm": "Ed25519",
                    "key_id": "charlie-ed25519-202608"
                },
                "update_feed_url": "https://blackorder.io/charlie/api/v1/update.json"
            },
            "related_articles": [
                "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/"
            ],
            "translations": {
                "it": {
                    "short_description": "Workspace nativo per agenti di coding su Mac",
                    "full_description": "Un ambiente nativo Apple silicon che riunisce terminale Metal, Codex, Claude, Git, review, approvazioni, task e SSH.\n\nCharlie è un workspace macOS local-first progettato per rendere gli agenti di coding osservabili, controllabili e davvero utili sui progetti reali.",
                    "canonical_url": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/",
                    "official_page_url": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
                }
            },
            "source": "official",
            "official_page_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "description": "A native Apple-silicon workspace bringing a Metal terminal, Codex, Claude, Git, reviews, approvals, tasks and SSH into one place.\n\nCharlie is a local-first macOS workspace designed to make coding agents observable, controllable and useful on real projects.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": "15.0",
                "architecture": [
                    "arm64"
                ]
            },
            "privacy": {
                "summary": "Runs on your Mac; talks only to the AI providers you configure with your own keys. No account with BlackOrder, no telemetry.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": false
            },
            "pricing": {
                "is_free": true,
                "price": 0,
                "currency": "EUR"
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/"
        },
        {
            "id": "negroni",
            "slug": "negroni",
            "name": "Negroni",
            "type": "app",
            "short_description": "Mac maintenance, shown before it happens",
            "full_description": "97 real tasks in 9 categories, a privileged helper you approve once, and the list of every single file before it goes. Free, notarized, universal.\n\nA free, notarized maintenance app for macOS 14 and later. Caches, logs, launch agents, DNS, Spotlight, Time Machine and 39 hidden macOS tweaks. Every action lists what it will do, and only what you tick is removed.",
            "category": "system",
            "platform": "macOS",
            "minimum_os": "14.0",
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": "1.5.0",
            "build": 15,
            "price": 0,
            "currency": "EUR",
            "is_free": true,
            "distribution": "direct",
            "download_page_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "canonical_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": "https://blackorder.io/blog/img/negroni-icon.png",
            "screenshots": [
                "https://blackorder.io/blog/img/negroni-dashboard.png",
                "https://blackorder.io/blog/img/negroni-storage.png",
                "https://blackorder.io/blog/img/negroni-security.png",
                "https://blackorder.io/blog/img/negroni-tweaks.png",
                "https://blackorder.io/blog/img/negroni-update.png"
            ],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": false,
            "release_date": "2026-09-04T16:31:56+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "tags": [
                "macos",
                "maintenance",
                "free software",
                "negroni",
                "swift"
            ],
            "capabilities": [
                "Mac maintenance tasks shown before they run",
                "Caches, logs, storage and startup items",
                "Privileged helper for the operations that need it"
            ],
            "privacy_summary": "Everything happens locally on the Mac. No account, no telemetry; updates arrive through a signed channel.",
            "telemetry": false,
            "account_required": false,
            "latest_release": {
                "version": "1.5.0",
                "build": 15,
                "published_at": "2026-09-04T16:31:56+00:00",
                "minimum_os": "14.0",
                "architectures": [
                    "arm64",
                    "x86_64"
                ],
                "notes": {
                    "en": "Negroni 1.5.0 is a complete rewrite of the engine.\n• Every cleanup now lists each item with its size; only what you tick is removed.\n• Backups, downloads, leftovers and mail attachments go to the Trash instead of straight deletion.\n• New privileged helper: approve it once in Login Items and never type your password again.\n• 97 real tasks in 9 categories, including 39 hidden macOS parameters, a security overview, developer housekeeping and background-service control.\n• New look drawn from the app icon, signed automatic updates, and honest results everywhere.",
                    "it": "Negroni 1.5.0 è una riscrittura completa del motore.\n• Ogni pulizia elenca gli elementi con le dimensioni; viene rimosso solo ciò che spunti.\n• Backup, download, residui e allegati di Mail vanno nel Cestino invece di essere cancellati subito.\n• Nuovo helper privilegiato: lo approvi una volta in Elementi login e non digiti più la password.\n• 97 funzioni reali in 9 categorie, tra cui 39 parametri nascosti di macOS, una panoramica sicurezza, la pulizia per sviluppatori e il controllo dei servizi in background.\n• Nuovo aspetto ricavato dall'icona, aggiornamenti automatici firmati e risultati onesti ovunque."
                },
                "signature": {
                    "algorithm": "Ed25519",
                    "key_id": "negroni-ed25519-202609"
                },
                "update_feed_url": "https://blackorder.io/negroni/api/v1/update.json"
            },
            "related_articles": [
                "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/"
            ],
            "translations": {
                "it": {
                    "short_description": "Manutenzione del Mac, mostrata prima di farla",
                    "full_description": "97 operazioni reali in 9 categorie, un helper privilegiato che approvi una volta sola e l'elenco di ogni singolo file prima che sparisca. Gratis, notarizzata, universale.\n\nUn'app di manutenzione gratuita e notarizzata per macOS 14 e successivi. Cache, log, launch agent, DNS, Spotlight, Time Machine e 39 parametri nascosti di macOS. Ogni azione elenca cosa farà, e viene rimosso solo ciò che spunti.",
                    "canonical_url": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/",
                    "official_page_url": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
                }
            },
            "source": "official",
            "official_page_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "description": "97 real tasks in 9 categories, a privileged helper you approve once, and the list of every single file before it goes. Free, notarized, universal.\n\nA free, notarized maintenance app for macOS 14 and later. Caches, logs, launch agents, DNS, Spotlight, Time Machine and 39 hidden macOS tweaks. Every action lists what it will do, and only what you tick is removed.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": "14.0",
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Everything happens locally on the Mac. No account, no telemetry; updates arrive through a signed channel.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": false
            },
            "pricing": {
                "is_free": true,
                "price": 0,
                "currency": "EUR"
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/"
        },
        {
            "id": "netscope",
            "slug": "netscope",
            "name": "NetScope",
            "type": "app",
            "short_description": "Every process, every connection, every byte",
            "full_description": "A live network monitor for macOS that tells you who your Mac is talking to, with the real bandwidth of each process, the identity and signature of each program, and where every connection goes.\n\nFree, notarized, universal. Per-process bandwidth from kernel statistics, every connection with latency and encryption state, code signature of each program, geolocation on a real map, listening ports, alerts, 90 days of history, pf blocking, ping, traceroute and whois.",
            "category": "network",
            "platform": "macOS",
            "minimum_os": "14.0",
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": "2.0.1",
            "build": 21,
            "price": 0,
            "currency": "EUR",
            "is_free": true,
            "distribution": "direct",
            "download_page_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "canonical_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": "https://blackorder.io/blog/img/netscope-icon.png",
            "screenshots": [
                "https://blackorder.io/blog/img/netscope-hero.jpg",
                "https://blackorder.io/blog/img/netscope-map.jpg",
                "https://blackorder.io/blog/img/netscope-history.jpg",
                "https://blackorder.io/blog/img/netscope-about.jpg"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": false,
            "release_date": "2026-09-04T23:56:29+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "tags": [
                "macOS",
                "network",
                "security",
                "free software",
                "netscope",
                "swift"
            ],
            "capabilities": [
                "Per-process network connections and traffic",
                "Connection map and history",
                "Live bandwidth per process"
            ],
            "privacy_summary": "Observes the Mac's own network activity locally; nothing is sent anywhere. No account, no telemetry.",
            "telemetry": false,
            "account_required": false,
            "latest_release": {
                "version": "2.0.1",
                "build": 21,
                "published_at": "2026-09-04T23:56:29+00:00",
                "minimum_os": "14.0",
                "architectures": [
                    "arm64",
                    "x86_64"
                ],
                "notes": {
                    "en": "NetScope 2.0.1 is a correctness release after a full review of the new engine and interface.\nEvery counter now means the same thing everywhere: the header, the status bar, the menu bar, the About window and the sidebar all count the same set of connections, and the number of ports reachable from the network is shown consistently.\nPer-connection byte totals no longer include the lifetime figure nettop reports the first time it lists a socket, so the map, the country list and the top services agree with the session total.\nWhen a selected app disappears the view returns to All traffic instead of showing an empty page.\nHelpers and XPC services are shown under their host app with the app's own name, icon and signature.\nThe connections table fits its columns at the default window size, keeps a stable order between refreshes, shows the PID instead of a repeated app name when an app is selected, and a double click on a row selects that app.\nSaved firewall blocks are marked as not active until pf confirms them at launch, with a one-click re-apply in the status bar.\nThe first-time alert for a new app fires when the app actually connects, not only if it did so in the very first sample.\nThe cached geolocation database is reused at launch instead of being queried again, and cached fields are never overwritten with empty ones.\nFreeze is now labelled honestly: the display pauses while measuring, history and alerts continue.\nThe update client only postpones the next automatic check after a completed check, removes partial downloads on failure, and does not reset an update in progress.\nSmaller fixes to the About window, the History and Events panels, the Settings texts and the menu bar rate label.",
                    "it": "NetScope 2.0.1 è una release di correttezza dopo una revisione completa del nuovo motore e dell'interfaccia.\nOgni contatore ora significa la stessa cosa ovunque: intestazione, barra di stato, barra dei menu, finestra Informazioni e barra laterale contano lo stesso insieme di connessioni, e il numero di porte raggiungibili dalla rete è mostrato in modo coerente.\nI totali per connessione non includono più il valore cumulativo che nettop riporta la prima volta che elenca un socket, così mappa, elenco per paese e servizi principali concordano con il totale di sessione.\nQuando un'app selezionata scompare la vista torna a Tutto il traffico invece di mostrare una pagina vuota.\nHelper e servizi XPC sono mostrati sotto l'app che li ospita, con nome, icona e firma dell'app.\nLa tabella delle connessioni entra nelle colonne alla larghezza predefinita della finestra, mantiene un ordine stabile tra un aggiornamento e l'altro, mostra il PID invece di ripetere il nome dell'app quando un'app è selezionata, e un doppio clic su una riga seleziona quell'app.\nI blocchi firewall salvati sono indicati come non attivi finché pf non li conferma all'avvio, con un pulsante per riapplicarli nella barra di stato.\nL'avviso per una nuova app scatta quando l'app si connette davvero, non solo se lo ha fatto nel primissimo campione.\nIl database di geolocalizzazione in cache viene riusato all'avvio invece di essere interrogato di nuovo, e i campi in cache non vengono mai sovrascritti da valori vuoti.\nIl blocco della visualizzazione ha un'etichetta onesta: la schermata si ferma mentre misurazione, storico e avvisi continuano.\nIl client di aggiornamento rinvia il controllo automatico successivo solo dopo un controllo completato, elimina i download parziali in caso di errore e non azzera un aggiornamento in corso.\nCorrezioni minori alla finestra Informazioni, ai pannelli Storico ed Eventi, ai testi delle Impostazioni e all'etichetta della velocità nella barra dei menu."
                },
                "signature": {
                    "algorithm": "Ed25519",
                    "key_id": "netscope-ed25519-202609"
                },
                "update_feed_url": "https://blackorder.io/netscope/api/v1/update.json"
            },
            "related_articles": [
                "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/"
            ],
            "translations": {
                "it": {
                    "short_description": "Ogni processo, ogni connessione, ogni byte",
                    "full_description": "Un monitor di rete in tempo reale per macOS che ti dice con chi sta parlando il tuo Mac, con la banda reale di ogni processo, l'identità e la firma di ogni programma, e dove va ogni connessione.\n\nGratuita, notarizzata, universale. Banda per processo dalle statistiche del kernel, ogni connessione con latenza e stato della cifratura, firma del codice di ogni programma, geolocalizzazione su una mappa reale, porte in ascolto, avvisi, 90 giorni di storico, blocco pf, ping, traceroute e whois.",
                    "canonical_url": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/",
                    "official_page_url": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
                }
            },
            "source": "official",
            "official_page_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "description": "A live network monitor for macOS that tells you who your Mac is talking to, with the real bandwidth of each process, the identity and signature of each program, and where every connection goes.\n\nFree, notarized, universal. Per-process bandwidth from kernel statistics, every connection with latency and encryption state, code signature of each program, geolocation on a real map, listening ports, alerts, 90 days of history, pf blocking, ping, traceroute and whois.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": "14.0",
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Observes the Mac's own network activity locally; nothing is sent anywhere. No account, no telemetry.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": false
            },
            "pricing": {
                "is_free": true,
                "price": 0,
                "currency": "EUR"
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/"
        },
        {
            "id": "onrecord",
            "slug": "onrecord",
            "name": "On Record",
            "type": "app",
            "short_description": "The recorder that writes it all down, on your Mac",
            "full_description": "Free, no account, nothing to sign up for. It records meetings, calls and voice messages, transcribes them on the Mac while you speak, tells the voices apart and writes the notes by itself.\n\nFree and without registration. Microphone and Mac audio, live transcription in any language with Apple's on-device speech engine, speaker separation, automatic notes in prose, calls noticed on WhatsApp, Telegram, Zoom, Teams and Meet, WhatsApp and Telegram voice messages, any audio or video file, a glossary for names, questions answered with citations that jump into the audio. Nothing leaves your Mac.",
            "category": "audio",
            "platform": "macOS",
            "minimum_os": "26.0",
            "architecture": [
                "arm64"
            ],
            "version": "1.0.1",
            "build": 2,
            "price": 0,
            "currency": "EUR",
            "is_free": true,
            "distribution": "direct",
            "download_page_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "canonical_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": "https://blackorder.io/blog/img/onrecord-icon.png",
            "screenshots": [
                "https://blackorder.io/blog/img/onrecord-home.jpg",
                "https://blackorder.io/blog/img/onrecord-live.jpg",
                "https://blackorder.io/blog/img/onrecord-notes.jpg",
                "https://blackorder.io/blog/img/onrecord-ask.jpg",
                "https://blackorder.io/blog/img/onrecord-about.jpg"
            ],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": "2026-09-08T10:57:44+00:00",
            "updated_at": "2026-09-10T12:45:18+00:00",
            "tags": [
                "macOS",
                "recorder",
                "transcription",
                "meetings",
                "free software",
                "on record",
                "swift",
                "privacy"
            ],
            "capabilities": [
                "Records microphone and Mac audio",
                "On-device live transcription in any supported language",
                "Speaker separation and automatic notes",
                "Detects calls on WhatsApp, Telegram, Zoom, Teams, Meet and FaceTime",
                "Imports voice messages and any audio or video file",
                "Questions answered with citations into the audio"
            ],
            "privacy_summary": "Recordings, transcripts and notes stay on the Mac; transcription runs on-device. Optional AI keys of your own send transcript text only. No account, no telemetry.",
            "telemetry": false,
            "account_required": false,
            "latest_release": {
                "version": "1.0.1",
                "build": 2,
                "published_at": "2026-09-08T10:57:44+00:00",
                "minimum_os": "26.0",
                "architectures": [
                    "arm64"
                ],
                "notes": {
                    "en": "On Record now has its own About window, with what the app does, who makes it and where updates come from, and the new icon drawn for it. The app installs in Applications and the update check, the notes written automatically at the end of a recording and the key settings for Claude, OpenAI and DeepSeek are all in place. This is the first version delivered through the signed update channel, so from here on new releases arrive by themselves.",
                    "it": "On Record ha ora la sua finestra Informazioni, con quello che fa l'app, chi la sviluppa e da dove arrivano gli aggiornamenti, e la nuova icona disegnata apposta. L'app si installa in Applicazioni e il controllo aggiornamenti, le note scritte da sole a fine registrazione e le impostazioni delle chiavi per Claude, OpenAI e DeepSeek sono al loro posto. È la prima versione consegnata attraverso il canale firmato degli aggiornamenti: da qui in avanti le nuove versioni arrivano da sole."
                },
                "signature": {
                    "algorithm": "Ed25519",
                    "key_id": "onrecord-ed25519-202609"
                },
                "update_feed_url": "https://blackorder.io/onrecord/api/v1/update.json"
            },
            "related_articles": [
                "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/"
            ],
            "translations": {
                "it": {
                    "short_description": "Il registratore che mette tutto per iscritto, sul tuo Mac",
                    "full_description": "Gratuita, senza account, senza iscrizioni. Registra riunioni, chiamate e vocali, li trascrive sul Mac mentre parli, distingue le voci e scrive le note da sola.\n\nGratuita e senza registrazione. Microfono e audio del Mac, trascrizione in diretta in qualsiasi lingua con il motore vocale locale di Apple, voci distinte, note automatiche in prosa, chiamate rilevate su WhatsApp, Telegram, Zoom, Teams e Meet, vocali WhatsApp e Telegram, qualsiasi file audio o video, un glossario per i nomi, domande con citazioni che riportano al punto esatto dell'audio. Niente esce dal tuo Mac.",
                    "canonical_url": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/",
                    "official_page_url": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
                }
            },
            "source": "official",
            "official_page_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "description": "Free, no account, nothing to sign up for. It records meetings, calls and voice messages, transcribes them on the Mac while you speak, tells the voices apart and writes the notes by itself.\n\nFree and without registration. Microphone and Mac audio, live transcription in any language with Apple's on-device speech engine, speaker separation, automatic notes in prose, calls noticed on WhatsApp, Telegram, Zoom, Teams and Meet, WhatsApp and Telegram voice messages, any audio or video file, a glossary for names, questions answered with citations that jump into the audio. Nothing leaves your Mac.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": "26.0",
                "architecture": [
                    "arm64"
                ]
            },
            "privacy": {
                "summary": "Recordings, transcripts and notes stay on the Mac; transcription runs on-device. Optional AI keys of your own send transcript text only. No account, no telemetry.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": true,
                "price": 0,
                "currency": "EUR"
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/"
        },
        {
            "id": "peaklab",
            "slug": "peaklab",
            "name": "PeakLab",
            "type": "app",
            "short_description": "The waveform editor with a professional effects rack",
            "full_description": "Free, no account, nothing to sign up for. A focused audio editor for the Mac, now with an eight-band equalizer, a compressor, a gate and a reverb built in-house, every parameter in the open, and one processing path for what you hear and what you export.\n\nFree and without registration. Sample-accurate editing with reliable undo and redo, files saved in their own format, recording with punch-in, and a new Pro section: an eight-band EQ whose curve is measured on the real filters, a feed-forward compressor with knee and lookahead, a gate with hysteresis and hold, an algorithmic reverb with pre-delay, decay and damping. Notarized, for Apple silicon, updates through a signed channel.",
            "category": "audio",
            "platform": "macOS",
            "minimum_os": "13.0",
            "architecture": [
                "arm64"
            ],
            "version": "3.2.0",
            "build": 2,
            "price": 0,
            "currency": "EUR",
            "is_free": true,
            "distribution": "direct",
            "download_page_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "canonical_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": "https://blackorder.io/blog/img/peaklab-icon.png",
            "screenshots": [
                "https://blackorder.io/blog/img/peaklab-hero.jpg",
                "https://blackorder.io/blog/img/peaklab-proeq.jpg",
                "https://blackorder.io/blog/img/peaklab-compressor.jpg",
                "https://blackorder.io/blog/img/peaklab-gate.jpg",
                "https://blackorder.io/blog/img/peaklab-reverb.jpg",
                "https://blackorder.io/blog/img/peaklab-themes.jpg"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": "2026-09-09T23:59:30+00:00",
            "updated_at": "2026-09-10T12:29:07+00:00",
            "tags": [
                "Audio",
                "macOS",
                "free software",
                "PeakLab",
                "waveform editor",
                "equalizer",
                "compressor",
                "reverb",
                "swift"
            ],
            "capabilities": [
                "Sample-accurate waveform editing with reliable undo and redo",
                "Pro EQ: eight bands with a measured response curve and spectrum analyzer",
                "Pro Compressor, Pro Gate and Pro Reverb with every parameter exposed",
                "Recording with punch-in, voice-over track, batch processing",
                "Normalization by peak or LUFS, time stretch, pitch shift, spectral noise reduction",
                "Writes WAV, AIFF, FLAC, Apple Lossless, AAC and CAF"
            ],
            "privacy_summary": "Works entirely offline on your files. No account, no telemetry; updates arrive through a signed channel.",
            "telemetry": false,
            "account_required": false,
            "latest_release": {
                "version": "3.2.0",
                "build": 2,
                "published_at": "2026-09-09T23:59:30+00:00",
                "minimum_os": "13.0",
                "architectures": [
                    "arm64"
                ],
                "notes": {
                    "en": "PeakLab 3.2.0 brings a professional effects section. The new Pro EQ is an eight-band channel equalizer with high-pass and low-pass filters up to 48 dB per octave, shelves and four bells, a response curve measured on the real filters, a spectrum analyzer, draggable bands, presets and A/B comparison. The Pro Compressor, Pro Gate and Pro Reverb run on PeakLab's own signal processing with every parameter exposed: knee, lookahead, sidechain filters, hold and hysteresis, pre-delay, decay, damping and diffusion. The quick TONE, VERB, COMP and GATE presets now load their full settings into these engines, so a preset is a starting point you can refine with an Option-click. Every effect can be applied to the file or the selection as a single undoable step, and exports use the same processing you hear. This version also fixes a long list of editing, saving and recording problems found in a full review of the app, and adds automatic update notifications.",
                    "it": "PeakLab 3.2.0 porta una sezione effetti professionale. Il nuovo Pro EQ è un equalizzatore a otto bande con filtri passa-alto e passa-basso fino a 48 dB per ottava, shelf e quattro campane, curva di risposta misurata sui filtri reali, analizzatore di spettro, bande trascinabili, preset e confronto A/B. Pro Compressor, Pro Gate e Pro Reverb girano su un'elaborazione del segnale scritta apposta per PeakLab con tutti i parametri a disposizione: ginocchio, lookahead, filtri sul sidechain, hold e isteresi, pre-delay, decadimento, smorzamento e diffusione. I preset rapidi TONE, VERB, COMP e GATE caricano ora le loro impostazioni complete in questi motori, così un preset è un punto di partenza da rifinire con un clic tenendo premuto Opzione. Ogni effetto si applica al file o alla selezione come un'unica operazione annullabile, e l'esportazione usa la stessa elaborazione che si ascolta. Questa versione corregge inoltre una lunga serie di problemi di editing, salvataggio e registrazione emersi da una revisione completa dell'app e aggiunge l'avviso automatico degli aggiornamenti."
                },
                "signature": {
                    "algorithm": "Ed25519",
                    "key_id": "peaklab-ed25519-202609"
                },
                "update_feed_url": "https://blackorder.io/peaklab/api/v1/update.json"
            },
            "related_articles": [
                "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/"
            ],
            "translations": {
                "it": {
                    "short_description": "L'editor di forme d'onda con un rack di effetti professionale",
                    "full_description": "Gratuita, senza account, senza iscrizioni. Un editor audio essenziale per il Mac, ora con un equalizzatore a otto bande, un compressore, un gate e un riverbero costruiti in casa, tutti i parametri a vista, e un'unica catena di elaborazione per ciò che ascolti e ciò che esporti.\n\nGratuita e senza registrazione. Editing al campione con undo e redo affidabili, file salvati nel loro formato, registrazione con punch-in, e una nuova sezione Pro: un EQ a otto bande con la curva misurata sui filtri reali, un compressore feed-forward con ginocchio e lookahead, un gate con isteresi e hold, un riverbero algoritmico con pre-delay, decadimento e smorzamento. Notarizzata, per Apple silicon, aggiornamenti da un canale firmato.",
                    "canonical_url": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/",
                    "official_page_url": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
                }
            },
            "source": "official",
            "official_page_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "description": "Free, no account, nothing to sign up for. A focused audio editor for the Mac, now with an eight-band equalizer, a compressor, a gate and a reverb built in-house, every parameter in the open, and one processing path for what you hear and what you export.\n\nFree and without registration. Sample-accurate editing with reliable undo and redo, files saved in their own format, recording with punch-in, and a new Pro section: an eight-band EQ whose curve is measured on the real filters, a feed-forward compressor with knee and lookahead, a gate with hysteresis and hold, an algorithmic reverb with pre-delay, decay and damping. Notarized, for Apple silicon, updates through a signed channel.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": "13.0",
                "architecture": [
                    "arm64"
                ]
            },
            "privacy": {
                "summary": "Works entirely offline on your files. No account, no telemetry; updates arrive through a signed channel.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": true,
                "price": 0,
                "currency": "EUR"
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/"
        },
        {
            "id": "black-wifi-radar",
            "slug": "black-wifi-radar",
            "name": "Black WiFi Radar",
            "type": "app",
            "short_description": "Professional Wi-Fi Analysis Tool for macOS",
            "full_description": "Black WiFi Radar is a professional Wi-Fi analysis tool designed to give you a clear and immediate view of your wireless environment. Using a real-time radar interface, it displays nearby Wi-Fi networks based on signal strength, channel usage, band, and security, making congestion and interference immediately understandable at a glance.",
            "category": "network",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/black-wifi-radar/id6757492059",
            "canonical_url": "https://blackorder.io/#wifiRadarModal",
            "localized_urls": {
                "en": "https://blackorder.io/#wifiRadarModal",
                "it": "https://blackorder.io/it/#wifiRadarModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#wifiRadarModal",
                "it": "https://blackorder.io/it/#wifiRadarModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/black-wifi-radar/id6757492059",
                "it": "https://apps.apple.com/it/app/black-wifi-radar/id6757492059"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/blackwifi-radar.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Dual Band Scan - Scans 2.4 GHz and 5 GHz networks with DFS channel support",
                "Hidden Networks - Detects hidden networks and analyzes channel overlap",
                "Best Channel Suggestion - Suggests the best channel with minimum interference",
                "Advanced Signal Processing - Stable readings with RSSI, channel width, band, security type and BSSID",
                "Privacy First - Works entirely locally, no data collection, native macOS with Apple Silicon support"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757492059",
            "translations": {
                "it": {
                    "short_description": "Strumento Professionale di Analisi Wi-Fi per macOS",
                    "full_description": "Black WiFi Radar è uno strumento professionale di analisi Wi-Fi progettato per offrirti una visione chiara e immediata dell'ambiente wireless che ti circonda. Utilizzando un'interfaccia radar in tempo reale, visualizza le reti Wi-Fi vicine in base alla potenza del segnale, all'utilizzo del canale, alla banda e alla sicurezza, rendendo la congestione e le interferenze immediatamente comprensibili a colpo d'occhio.",
                    "capabilities": [
                        "Scansione Dual Band - Scansiona reti 2.4 GHz e 5 GHz con supporto canali DFS",
                        "Reti Nascoste - Rileva reti nascoste e analizza la sovrapposizione dei canali",
                        "Suggerimento Canale Migliore - Suggerisce il canale migliore con la minima interferenza",
                        "Elaborazione Avanzata del Segnale - Letture stabili con RSSI, larghezza canale, banda, tipo di sicurezza e BSSID",
                        "Privacy First - Funziona interamente in locale, nessuna raccolta dati, macOS nativo con supporto Apple Silicon"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/black-wifi-radar/id6757492059",
            "description": "Black WiFi Radar is a professional Wi-Fi analysis tool designed to give you a clear and immediate view of your wireless environment. Using a real-time radar interface, it displays nearby Wi-Fi networks based on signal strength, channel usage, band, and security, making congestion and interference immediately understandable at a glance.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#wifiRadarModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/black-wifi-radar/id6757492059"
        },
        {
            "id": "blackunarchiver",
            "slug": "blackunarchiver",
            "name": "BlackUnarchiver",
            "type": "app",
            "short_description": "Professional Archive Extractor and Analyzer for macOS",
            "full_description": "BlackUnarchiver is a professional archive extractor and analyzer built for macOS users who care about control, security and transparency. It deeply analyzes the archive structure, showing you every file, folder, size and hierarchy before extraction. It detects executables, hidden files, symlinks and unusual structures that could pose a risk.",
            "category": "utilities",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/blackunarchiver/id6757399829",
            "canonical_url": "https://blackorder.io/#unarchiverModal",
            "localized_urls": {
                "en": "https://blackorder.io/#unarchiverModal",
                "it": "https://blackorder.io/it/#unarchiverModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#unarchiverModal",
                "it": "https://blackorder.io/it/#unarchiverModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/blackunarchiver/id6757399829",
                "it": "https://apps.apple.com/it/app/blackunarchiver/id6757399829"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/blackunarchiver.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Multi-Format Support - ZIP, RAR, TAR, GZ, 7Z and more with drag & drop extraction",
                "Security Analysis - Detects executables, hidden files, symlinks with clear warnings",
                "Detailed Reports - PDF and JSON reports with hash, integrity checks, security flags",
                "Integrity Verification - Hash and CRC checks ensure data matches the original archive",
                "100% Offline - All operations performed locally, no cloud, no tracking, no ads"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757399829",
            "translations": {
                "it": {
                    "short_description": "Estrattore e Analizzatore di Archivi Professionale per macOS",
                    "full_description": "BlackUnarchiver è un estrattore e analizzatore di archivi professionale creato per gli utenti macOS che tengono al controllo, alla sicurezza e alla trasparenza. Analizza la struttura dell'archivio in profondità, mostrandoti ogni file, cartella, dimensione e gerarchia prima dell'estrazione. Rileva eseguibili, file nascosti, symlink e strutture insolite che potrebbero rappresentare un rischio.",
                    "capabilities": [
                        "Supporto Multi-Formato - ZIP, RAR, TAR, GZ, 7Z e altri con estrazione drag & drop",
                        "Analisi di Sicurezza - Rileva eseguibili, file nascosti, symlink con avvisi chiari",
                        "Report Dettagliati - Report PDF e JSON con hash, controlli di integrità, flag di sicurezza",
                        "Verifica Integrità - Controlli Hash e CRC assicurano che i dati corrispondano all'archivio originale",
                        "100% Offline - Tutte le operazioni eseguite localmente, nessun cloud, nessun tracciamento, nessuna pubblicità"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/blackunarchiver/id6757399829",
            "description": "BlackUnarchiver is a professional archive extractor and analyzer built for macOS users who care about control, security and transparency. It deeply analyzes the archive structure, showing you every file, folder, size and hierarchy before extraction. It detects executables, hidden files, symlinks and unusual structures that could pose a risk.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#unarchiverModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/blackunarchiver/id6757399829"
        },
        {
            "id": "lan-radar-pro",
            "slug": "lan-radar-pro",
            "name": "Lan Radar Pro",
            "type": "app",
            "short_description": "Fast Network Scanner for macOS",
            "full_description": "Discover every device on your network in seconds. Lan Radar Pro is a fast and reliable network scanner for macOS that shows exactly what is connected to your Wi-Fi or Ethernet network with a single click. Devices appear in real-time as they are detected.",
            "category": "network",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/darkwipe/id6757371158",
            "canonical_url": "https://blackorder.io/#lanRadarModal",
            "localized_urls": {
                "en": "https://blackorder.io/#lanRadarModal",
                "it": "https://blackorder.io/it/#lanRadarModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#lanRadarModal",
                "it": "https://blackorder.io/it/#lanRadarModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/darkwipe/id6757371158",
                "it": "https://apps.apple.com/it/app/darkwipe/id6757371158"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/lanradarpro.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Instant Scan - Detects all active devices on the local network in seconds",
                "Device Identification - Identifies manufacturers through MAC address lookup",
                "Riconoscimento Smart - Riconosce dispositivi Apple, router, stampanti, NAS, dispositivi smart home",
                "Complete Details - IP, MAC, manufacturer, device type, hostname, response time",
                "Privacy First - Works entirely on the local network, no data sent externally"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757371158",
            "translations": {
                "it": {
                    "short_description": "Scanner di Rete Veloce per macOS",
                    "full_description": "Scopri ogni dispositivo sulla tua rete in pochi secondi. Lan Radar Pro è uno scanner di rete veloce e affidabile per macOS che mostra esattamente cosa è connesso alla tua rete Wi-Fi o Ethernet con un solo clic. I dispositivi appaiono in tempo reale mentre vengono rilevati.",
                    "capabilities": [
                        "Scansione Istantanea - Rileva tutti i dispositivi attivi sulla rete locale in pochi secondi",
                        "Identificazione Dispositivi - Identifica i produttori tramite ricerca MAC address",
                        "Riconoscimento Smart - Riconosce dispositivi Apple, router, stampanti, NAS, dispositivi smart home",
                        "Dettagli Completi - IP, MAC, produttore, tipo dispositivo, hostname, tempo di risposta",
                        "Privacy First - Funziona interamente sulla rete locale, nessun dato inviato esternamente"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/darkwipe/id6757371158",
            "description": "Discover every device on your network in seconds. Lan Radar Pro is a fast and reliable network scanner for macOS that shows exactly what is connected to your Wi-Fi or Ethernet network with a single click. Devices appear in real-time as they are detected.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#lanRadarModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/darkwipe/id6757371158"
        },
        {
            "id": "darkwipe",
            "slug": "darkwipe",
            "name": "DarkWipe",
            "type": "app",
            "short_description": "Metadata Removal and Privacy Cleanup for macOS",
            "full_description": "DarkWipe is a professional privacy tool that permanently removes hidden metadata from your files before sharing. Photos, documents and PDFs often contain sensitive information like GPS location, device details, author names, timestamps and edit history. DarkWipe lets you see exactly what data is embedded and securely remove it.",
            "category": "security",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/darkwipe/id6757371158",
            "canonical_url": "https://blackorder.io/#darkWipeModal",
            "localized_urls": {
                "en": "https://blackorder.io/#darkWipeModal",
                "it": "https://blackorder.io/it/#darkWipeModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#darkWipeModal",
                "it": "https://blackorder.io/it/#darkWipeModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/darkwipe/id6757371158",
                "it": "https://apps.apple.com/it/app/darkwipe/id6757371158"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/darkwipe.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Rimozione Completa Metadati - GPS, info dispositivo, autore, timestamp, cronologia modifiche",
                "Multi-Format Support - Foto, documenti, PDF e altro",
                "Preview Before Cleanup - See exactly which metadata is embedded in your files",
                "Perfetto Per - Giornalisti, avvocati, attivisti, creatori, utenti attenti alla privacy",
                "100% Offline - No cloud, no tracking, files never leave your Mac"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757371158",
            "translations": {
                "it": {
                    "short_description": "Rimozione Metadati e Pulizia Privacy per macOS",
                    "full_description": "DarkWipe è uno strumento professionale per la privacy che rimuove permanentemente i metadati nascosti dai tuoi file prima di condividerli. Foto, documenti e PDF spesso contengono informazioni sensibili come posizione GPS, dettagli del dispositivo, nomi degli autori, timestamp e cronologia delle modifiche. DarkWipe ti permette di vedere esattamente quali dati sono incorporati e rimuoverli in modo sicuro.",
                    "capabilities": [
                        "Rimozione Completa Metadati - GPS, info dispositivo, autore, timestamp, cronologia modifiche",
                        "Supporto Multi-Formato - Foto, documenti, PDF e altro",
                        "Anteprima Prima della Pulizia - Vedi esattamente quali metadati sono incorporati nei tuoi file",
                        "Perfetto Per - Giornalisti, avvocati, attivisti, creatori, utenti attenti alla privacy",
                        "100% Offline - Nessun cloud, nessun tracciamento, i file non lasciano mai il tuo Mac"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/darkwipe/id6757371158",
            "description": "DarkWipe is a professional privacy tool that permanently removes hidden metadata from your files before sharing. Photos, documents and PDFs often contain sensitive information like GPS location, device details, author names, timestamps and edit history. DarkWipe lets you see exactly what data is embedded and securely remove it.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#darkWipeModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/darkwipe/id6757371158"
        },
        {
            "id": "black-safe",
            "slug": "black-safe",
            "name": "Black Safe",
            "type": "app",
            "short_description": "Advanced Encryption and Post-Quantum Protection",
            "full_description": "Black Safe protects your files with advanced AES-256 encryption and ML-KEM (Kyber) post-quantum technology. Whether you need standard encryption, quantum-resistant protection, or data hidden through steganography, Black Safe ensures your information remains secure against current and future threats.",
            "category": "security",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/black-safe/id6757363678",
            "canonical_url": "https://blackorder.io/#blackSafeModal",
            "localized_urls": {
                "en": "https://blackorder.io/#blackSafeModal",
                "it": "https://blackorder.io/it/#blackSafeModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#blackSafeModal",
                "it": "https://blackorder.io/it/#blackSafeModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/black-safe/id6757363678",
                "it": "https://apps.apple.com/it/app/black-safe/id6757363678"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/blacksafe.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "AES-256-GCM Encryption - Maximum-strength encryption with authentication",
                "Protezione Post-Quantistica - ML-KEM-1024 (Kyber) protegge da futuri attacchi quantistici",
                "PNG Steganography - Hide encrypted data invisibly in images",
                "Cancellazione Sicura - Eliminazione permanente certificata DoD 5220.22-M",
                "Derivazione Chiave Argon2 - Protezione password all'avanguardia",
                "100% Local Processing - No cloud, no tracking, complete privacy"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757363678",
            "translations": {
                "it": {
                    "short_description": "Crittografia Avanzata e Protezione Post-Quantistica",
                    "full_description": "Black Safe protegge i tuoi file con crittografia avanzata AES-256 e tecnologia post-quantistica ML-KEM (Kyber). Che tu abbia bisogno di crittografia standard, protezione resistente ai computer quantistici, o dati nascosti tramite steganografia, Black Safe garantisce che le tue informazioni rimangano sicure contro le minacce attuali e future.",
                    "capabilities": [
                        "Crittografia AES-256-GCM - Cifratura di massimo livello con autenticazione",
                        "Protezione Post-Quantistica - ML-KEM-1024 (Kyber) protegge da futuri attacchi quantistici",
                        "Steganografia PNG - Nascondi dati crittografati invisibilmente nelle immagini",
                        "Cancellazione Sicura - Eliminazione permanente certificata DoD 5220.22-M",
                        "Derivazione Chiave Argon2 - Protezione password all'avanguardia",
                        "100% Elaborazione Locale - Nessun cloud, nessun tracciamento, privacy completa"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/black-safe/id6757363678",
            "description": "Black Safe protects your files with advanced AES-256 encryption and ML-KEM (Kyber) post-quantum technology. Whether you need standard encryption, quantum-resistant protection, or data hidden through steganography, Black Safe ensures your information remains secure against current and future threats.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#blackSafeModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/black-safe/id6757363678"
        },
        {
            "id": "menumeters-reborn",
            "slug": "menumeters-reborn",
            "name": "MenuMeters Reborn",
            "type": "app",
            "short_description": "Monitor di Sistema nella Barra Menu",
            "full_description": "Track your Mac's performance right from the menu bar. MenuMeters Reborn provides real-time monitoring of CPU, Memory, Disk and Network with beautiful live sparkline graphs and a modern Liquid Glass interface.",
            "category": "system",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/menumeters-reborn/id6757345932",
            "canonical_url": "https://blackorder.io/#menuMetersModal",
            "localized_urls": {
                "en": "https://blackorder.io/#menuMetersModal",
                "it": "https://blackorder.io/it/#menuMetersModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#menuMetersModal",
                "it": "https://blackorder.io/it/#menuMetersModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/menumeters-reborn/id6757345932",
                "it": "https://apps.apple.com/it/app/menumeters-reborn/id6757345932"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/menumeters.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "CPU Monitor - Real-time processor usage with history graph",
                "Memory Monitor - Active RAM monitoring with usage trends",
                "Monitor Disco - Spazio utilizzato/libero a colpo d'occhio",
                "Network Monitor - Download/upload speed in compact layout",
                "Grafici Sparkline Live - Grafici storici di 60 secondi",
                "Liquid Glass Effect - Beautiful translucent popover with blur",
                "App Universale - Supporto Apple Silicon & Intel"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757345932",
            "translations": {
                "it": {
                    "short_description": "Monitor di Sistema nella Barra Menu",
                    "full_description": "Tieni traccia delle prestazioni del tuo Mac direttamente dalla barra dei menu. MenuMeters Reborn fornisce monitoraggio in tempo reale di CPU, Memoria, Disco e Rete con bellissimi grafici sparkline live e un'interfaccia moderna Liquid Glass.",
                    "capabilities": [
                        "Monitor CPU - Utilizzo processore in tempo reale con grafico storico",
                        "Monitor Memoria - Monitoraggio RAM attiva con tendenze d'uso",
                        "Monitor Disco - Spazio utilizzato/libero a colpo d'occhio",
                        "Monitor Rete - Velocità download/upload in layout compatto",
                        "Grafici Sparkline Live - Grafici storici di 60 secondi",
                        "Effetto Liquid Glass - Bellissimo popover traslucido con sfocatura",
                        "App Universale - Supporto Apple Silicon & Intel"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/menumeters-reborn/id6757345932",
            "description": "Track your Mac's performance right from the menu bar. MenuMeters Reborn provides real-time monitoring of CPU, Memory, Disk and Network with beautiful live sparkline graphs and a modern Liquid Glass interface.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#menuMetersModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/menumeters-reborn/id6757345932"
        },
        {
            "id": "blackseal-shredder",
            "slug": "blackseal-shredder",
            "name": "BlackSeal Shredder",
            "type": "app",
            "short_description": "Secure & Permanent File Deletion for macOS",
            "full_description": "BlackSeal Shredder is a professional secure file deletion utility for macOS. Permanently delete sensitive files, documents and folders making them completely unrecoverable. Simply drag or select files to securely destroy them with advanced secure-erase algorithms.",
            "category": "security",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/blackunarchiver/id6757399829",
            "canonical_url": "https://blackorder.io/#shredderModal",
            "localized_urls": {
                "en": "https://blackorder.io/#shredderModal",
                "it": "https://blackorder.io/it/#shredderModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#shredderModal",
                "it": "https://blackorder.io/it/#shredderModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/blackunarchiver/id6757399829",
                "it": "https://apps.apple.com/it/app/blackunarchiver/id6757399829"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/shred.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Standard - Single pass with zeros, ideal for quick HDD deletion",
                "Strong (3 passes) - Random → Zeros → Random pattern for enhanced security",
                "Extreme (7 passes) - DoD 5220.22-M certified, maximum security for sensitive data",
                "SSD Secure Delete - Logic overwrite + unlink, optimized for SSD/NVMe drives"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757399829",
            "translations": {
                "it": {
                    "short_description": "Secure & Permanent File Deletion for macOS",
                    "full_description": "BlackSeal Shredder è un'utility professionale per la cancellazione sicura dei file per macOS. Elimina permanentemente file sensibili, documenti e cartelle rendendoli completamente irrecuperabili. Basta trascinare o selezionare i file per distruggerli in modo sicuro con algoritmi avanzati di cancellazione sicura.",
                    "capabilities": [
                        "Standard - Single pass with zeros, ideal for quick HDD deletion",
                        "Strong (3 passes) - Random → Zeros → Random pattern for enhanced security",
                        "Extreme (7 passes) - DoD 5220.22-M certified, maximum security for sensitive data",
                        "SSD Secure Delete - Logic overwrite + unlink, optimized for SSD/NVMe drives"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/blackunarchiver/id6757399829",
            "description": "BlackSeal Shredder is a professional secure file deletion utility for macOS. Permanently delete sensitive files, documents and folders making them completely unrecoverable. Simply drag or select files to securely destroy them with advanced secure-erase algorithms.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#shredderModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/blackunarchiver/id6757399829"
        },
        {
            "id": "atlas-postedit-studio",
            "slug": "atlas-postedit-studio",
            "name": "Atlas PostEdit Studio",
            "type": "app",
            "short_description": "Professional Analysis and Writing Tool for macOS",
            "full_description": "This tool is built for serious writers. Writers, editors, journalists, technical authors, professionals who work with text every day and want to truly understand what they are writing. It doesn't just correct errors: it analyzes text in depth.",
            "category": "productivity",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/atlas-postedit-studio/id6757966646",
            "canonical_url": "https://blackorder.io/#atlasPostEditModal",
            "localized_urls": {
                "en": "https://blackorder.io/#atlasPostEditModal",
                "it": "https://blackorder.io/it/#atlasPostEditModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#atlasPostEditModal",
                "it": "https://blackorder.io/it/#atlasPostEditModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/atlas-postedit-studio/id6757966646",
                "it": "https://apps.apple.com/it/app/atlas-postedit-studio/id6757966646"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/atlaspostedit.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Deep Analysis - Flesch-Kincaid index, word frequency, repetitions, clichés and overused phrases",
                "Style Analysis - Sentence length, syntactic complexity, writing rhythm",
                "Grammatica in Tempo Reale - Dizionari personalizzabili, suggerimenti intelligenti",
                "Advanced Tools - KWIC concordances, word density, synonyms, regex tester, Markdown preview",
                "Statistiche Progetto - File, righe, dimensioni, linguaggi, scanner TODO/FIXME/HACK",
                "Rilevatore AI - Rileva testi generati da AI, esporta in CSV/JSON/TXT/HTML"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6757966646",
            "translations": {
                "it": {
                    "short_description": "Strumento Professionale di Analisi e Scrittura per macOS",
                    "full_description": "Questo strumento nasce per chi scrive sul serio. Scrittori, editor, giornalisti, autori tecnici, professionisti che lavorano con il testo ogni giorno e vogliono capire davvero cosa stanno scrivendo. Non si limita a correggere errori: analizza il testo in profondità.",
                    "capabilities": [
                        "Analisi Profonda - Indice Flesch-Kincaid, frequenza parole, ripetizioni, cliché e frasi abusate",
                        "Analisi dello Stile - Lunghezza frasi, complessità sintattica, ritmo della scrittura",
                        "Grammatica in Tempo Reale - Dizionari personalizzabili, suggerimenti intelligenti",
                        "Strumenti Avanzati - Concordanze KWIC, densità parole, sinonimi, tester regex, anteprima Markdown",
                        "Statistiche Progetto - File, righe, dimensioni, linguaggi, scanner TODO/FIXME/HACK",
                        "Rilevatore AI - Rileva testi generati da AI, esporta in CSV/JSON/TXT/HTML"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/atlas-postedit-studio/id6757966646",
            "description": "This tool is built for serious writers. Writers, editors, journalists, technical authors, professionals who work with text every day and want to truly understand what they are writing. It doesn't just correct errors: it analyzes text in depth.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#atlasPostEditModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/atlas-postedit-studio/id6757966646"
        },
        {
            "id": "darktext-ocr",
            "slug": "darktext-ocr",
            "name": "DarkText OCR",
            "type": "app",
            "short_description": "Fast OCR Text Capture for macOS",
            "full_description": "DarkText OCR is a fast and lightweight macOS app that lets you capture text from anywhere on your screen and instantly copy it to your clipboard. With a single shortcut, you can select any area of the screen, extract text via OCR and use it immediately, without switching windows, without distractions.",
            "category": "productivity",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/textsnipe/id6758025603",
            "canonical_url": "https://blackorder.io/#textSnipeModal",
            "localized_urls": {
                "en": "https://blackorder.io/#textSnipeModal",
                "it": "https://blackorder.io/it/#textSnipeModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#textSnipeModal",
                "it": "https://blackorder.io/it/#textSnipeModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/textsnipe/id6758025603",
                "it": "https://apps.apple.com/it/app/textsnipe/id6758025603"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/textsnipe.webp"
            ],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "OCR Schermo - Cattura testo da qualsiasi area dello schermo istantaneamente",
                "Copia Diretta - Direttamente negli appunti, pronto da incollare",
                "Mini Editor - Modifica opzionale dopo la cattura con taglia spazi, unisci righe, annulla",
                "Cronologia Appunti - Accesso rapido alle catture precedenti",
                "Scorciatoie Globali - Scorciatoie da tastiera personalizzabili",
                "Privacy First - All processing happens locally, no data transmitted"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758025603",
            "translations": {
                "it": {
                    "short_description": "Cattura Testo OCR Veloce per macOS",
                    "full_description": "DarkText OCR e una app veloce e leggera per macOS che ti permette di catturare testo da qualsiasi punto dello schermo e copiarlo istantaneamente negli appunti. Con una singola scorciatoia, puoi selezionare qualsiasi area dello schermo, estrarre il testo tramite OCR e usarlo immediatamente, senza cambiare finestra, senza distrazioni.",
                    "capabilities": [
                        "OCR Schermo - Cattura testo da qualsiasi area dello schermo istantaneamente",
                        "Copia Diretta - Direttamente negli appunti, pronto da incollare",
                        "Mini Editor - Modifica opzionale dopo la cattura con taglia spazi, unisci righe, annulla",
                        "Cronologia Appunti - Accesso rapido alle catture precedenti",
                        "Scorciatoie Globali - Scorciatoie da tastiera personalizzabili",
                        "Privacy First - Tutta l elaborazione avviene localmente, nessun dato trasmesso"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/textsnipe/id6758025603",
            "description": "DarkText OCR is a fast and lightweight macOS app that lets you capture text from anywhere on your screen and instantly copy it to your clipboard. With a single shortcut, you can select any area of the screen, extract text via OCR and use it immediately, without switching windows, without distractions.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#textSnipeModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/textsnipe/id6758025603"
        },
        {
            "id": "hyperbridge",
            "slug": "hyperbridge",
            "name": "HyperBridge",
            "type": "app",
            "short_description": "Secure FTP & SFTP Server for macOS",
            "full_description": "HyperBridge is a modern, native macOS server designed to securely share files over SFTP, SSH, FTP, and FTPS. Built for professionals, developers, and power users, it combines strong security, clear user management, and real-time monitoring in a clean and reliable interface.",
            "category": "utilities",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/hyperbridge/id6758811606",
            "canonical_url": "https://blackorder.io/#hyperBridgeModal",
            "localized_urls": {
                "en": "https://blackorder.io/#hyperBridgeModal",
                "it": "https://blackorder.io/it/#hyperBridgeModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#hyperBridgeModal",
                "it": "https://blackorder.io/it/#hyperBridgeModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/hyperbridge/id6758811606",
                "it": "https://apps.apple.com/it/app/hyperbridge/id6758811606"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/hyperbridge.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "SFTP & SSH Server - Native SFTP server with RSA/Ed25519 key authentication and encrypted file transfer",
                "FTP & FTPS Support - Full FTP and FTPS (Explicit TLS) support with passive mode and automatic certificate management",
                "User Management - Create multiple accounts with configurable home directories, custom permissions, and bandwidth limits",
                "Real-Time Dashboard - Live monitoring of active sessions, transfer speeds, connected IPs, and session duration",
                "Connection Logs - Searchable and exportable session logs with timestamps, IPs, usernames, and transferred bytes",
                "Security Controls - IP ban on brute-force, session timeouts, max concurrent connections, and optional IP whitelist",
                "Chroot Isolation - Each user is restricted to their own directory tree with no unauthorized filesystem traversal",
                "Auto-Start & Menu Bar - Runs on system boot with a native macOS menu bar widget showing server status at a glance"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758811606",
            "translations": {
                "it": {
                    "short_description": "Server FTP e SFTP Sicuro per macOS",
                    "full_description": "HyperBridge è un server nativo macOS moderno, progettato per condividere file in modo sicuro tramite SFTP, SSH, FTP e FTPS. Pensato per professionisti, sviluppatori e utenti avanzati, combina sicurezza robusta, gestione utenti chiara e monitoraggio in tempo reale in un'interfaccia pulita e affidabile.",
                    "capabilities": [
                        "Server SFTP e SSH - Server SFTP nativo con autenticazione chiavi RSA/Ed25519 e trasferimento file crittografato",
                        "Supporto FTP e FTPS - Supporto completo FTP e FTPS (TLS Esplicito) con modalità passiva e gestione automatica certificati",
                        "Gestione Utenti - Crea account multipli con directory home configurabili, permessi personalizzati e limiti di banda",
                        "Dashboard in Tempo Reale - Monitoraggio live di sessioni attive, velocità di trasferimento, IP connessi e durata sessione",
                        "Log Connessioni - Log sessioni ricercabili ed esportabili con timestamp, IP, nomi utente e byte trasferiti",
                        "Controlli Sicurezza - Ban IP su brute-force, timeout sessione, connessioni massime simultanee e whitelist IP opzionale",
                        "Isolamento Chroot - Ogni utente è limitato al proprio albero di directory senza attraversamento non autorizzato del filesystem",
                        "Avvio Automatico e Menu Bar - Si avvia al boot del sistema con widget nativo macOS nella barra dei menu che mostra lo stato del server"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/hyperbridge/id6758811606",
            "description": "HyperBridge is a modern, native macOS server designed to securely share files over SFTP, SSH, FTP, and FTPS. Built for professionals, developers, and power users, it combines strong security, clear user management, and real-time monitoring in a clean and reliable interface.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#hyperBridgeModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/hyperbridge/id6758811606"
        },
        {
            "id": "extractor",
            "slug": "extractor",
            "name": "eXtractor³",
            "type": "app",
            "short_description": "Privacy-First Data Extraction Utility for macOS",
            "full_description": "eXtractor³ is a fast, privacy-first macOS utility that extracts useful structured data from files, folders, archives and single web pages. entirely offline with no tracking, no cloud and no profiling. Drag and drop documents, folders or ZIP files, or paste a URL.",
            "category": "security",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/hyper-extractor/id6758673718",
            "canonical_url": "https://blackorder.io/#extractor3Modal",
            "localized_urls": {
                "en": "https://blackorder.io/#extractor3Modal",
                "it": "https://blackorder.io/it/#extractor3Modal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#extractor3Modal",
                "it": "https://blackorder.io/it/#extractor3Modal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/hyper-extractor/id6758673718",
                "it": "https://apps.apple.com/it/app/hyper-extractor/id6758673718"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/extractor3.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Offline Extraction - All processing happens locally on your Mac. no cloud, no tracking, no profiling",
                "Multi-Format Support - Supports PDF, TXT, RTF, DOCX, XLSX, CSV, HTML, ZIP and entire folders",
                "Smart Detection - Finds email addresses, URLs, domains, phone numbers, associated names and nearby context",
                "Web Page Analysis - Single-page web analysis supported with no crawling. just paste a URL",
                "Native macOS Engine - Built with native macOS APIs and a modular parsing engine for accuracy and speed",
                "Clean Results - Results are cleaned, deduplicated and clearly presented with source details and counters",
                "Flexible Export - Export to CSV, TXT, JSON, the clipboard or local mailing tools",
                "Drag & Drop - Simple drag and drop interface for documents, folders and archives"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758673718",
            "translations": {
                "it": {
                    "short_description": "Utilità di Estrazione Dati Privacy-First per macOS",
                    "full_description": "eXtractor³ è un'utilità macOS veloce e privacy-first che estrae dati strutturati utili da file, cartelle, archivi e singole pagine web. interamente offline senza tracciamento, senza cloud e senza profilazione. Trascina documenti, cartelle o file ZIP, oppure incolla un URL.",
                    "capabilities": [
                        "Estrazione Offline - Tutta l'elaborazione avviene localmente sul tuo Mac. nessun cloud, nessun tracciamento, nessuna profilazione",
                        "Supporto Multi-Formato - Supporta PDF, TXT, RTF, DOCX, XLSX, CSV, HTML, ZIP e intere cartelle",
                        "Rilevamento Intelligente - Trova indirizzi email, URL, domini, numeri di telefono, nomi associati e contesto circostante",
                        "Analisi Pagine Web - Analisi di singole pagine web senza crawling. basta incollare un URL",
                        "Motore macOS Nativo - Costruito con API macOS native e motore di parsing modulare per accuratezza e velocità",
                        "Risultati Puliti - Risultati puliti, deduplicati e presentati chiaramente con dettagli sorgente e contatori",
                        "Esportazione Flessibile - Esporta in CSV, TXT, JSON, negli appunti o verso strumenti di mailing locali",
                        "Drag & Drop - Interfaccia semplice drag and drop per documenti, cartelle e archivi"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/hyper-extractor/id6758673718",
            "description": "eXtractor³ is a fast, privacy-first macOS utility that extracts useful structured data from files, folders, archives and single web pages. entirely offline with no tracking, no cloud and no profiling. Drag and drop documents, folders or ZIP files, or paste a URL.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#extractor3Modal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/hyper-extractor/id6758673718"
        },
        {
            "id": "private-dispatch",
            "slug": "private-dispatch",
            "name": "Private Dispatch",
            "type": "app",
            "short_description": "Private Newsletters. Local. No Tracking.",
            "full_description": "Private Dispatch is a macOS app for creating and sending newsletters using your own SMTP server, without subscriptions and without third-party platforms. All your data stays on your Mac. No tracking pixels. No open or click tracking. No user profiling.",
            "category": "productivity",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/private-dispatch/id6758458482",
            "canonical_url": "https://blackorder.io/#privateDispatchModal",
            "localized_urls": {
                "en": "https://blackorder.io/#privateDispatchModal",
                "it": "https://blackorder.io/it/#privateDispatchModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#privateDispatchModal",
                "it": "https://blackorder.io/it/#privateDispatchModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/private-dispatch/id6758458482",
                "it": "https://apps.apple.com/it/app/private-dispatch/id6758458482"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/privatedispatch.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "100% Local - Contacts, drafts, templates and logs stored locally in SQLite. Passwords secured in macOS Keychain. No account required",
                "Zero Tracking - No tracking pixels, no open/click tracking, no profiling. Your recipients are people, not metrics",
                "Own SMTP Server - Send via Gmail, Outlook, iCloud, Fastmail or custom SMTP servers with connection testing and delivery logs",
                "Block Editor - Visual block-based editor with text, images, buttons, dividers. 15+ included HTML templates with live preview",
                "Custom Variables - Personalize emails with {{name}}, {{email}} and fallback values for direct, human communication",
                "Contact Manager - Add, edit, organize contacts with colored tags. Import/export CSV. Filter by status or selection",
                "Email Extractor - Offline extraction from PDF, DOCX, XLSX, HTML, JSON, CSV, XML. RFC 5322 validation with GDPR consent",
                "Full Control - Draft management, attachments, detailed send logs, reports and statistics. Localized in English and Italian"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758458482",
            "translations": {
                "it": {
                    "short_description": "Newsletter Private. Locali. Senza Tracciamento.",
                    "full_description": "Private Dispatch è un'app macOS per creare e inviare newsletter usando il tuo server SMTP, senza abbonamenti e senza piattaforme di terze parti. Tutti i tuoi dati restano sul tuo Mac. Nessun pixel di tracciamento. Nessun tracking di aperture o click. Nessuna profilazione utente.",
                    "capabilities": [
                        "100% Locale - Contatti, bozze, template e log salvati localmente in SQLite. Password protette nel Keychain macOS. Nessun account richiesto",
                        "Zero Tracciamento - Nessun pixel di tracciamento, nessun tracking aperture/click, nessuna profilazione. I tuoi destinatari sono persone, non metriche",
                        "Server SMTP Proprio - Invia tramite Gmail, Outlook, iCloud, Fastmail o server SMTP personalizzati con test connessione e log invii",
                        "Editor a Blocchi - Editor visuale a blocchi con testo, immagini, pulsanti, divisori. 15+ template HTML inclusi con anteprima live",
                        "Variabili Personalizzate - Personalizza le email con {{name}}, {{email}} e valori di fallback per comunicazioni dirette e umane",
                        "Gestione Contatti - Aggiungi, modifica, organizza contatti con tag colorati. Importa/esporta CSV. Filtra per stato o selezione",
                        "Estrattore Email - Estrazione offline da PDF, DOCX, XLSX, HTML, JSON, CSV, XML. Validazione RFC 5322 con consenso GDPR",
                        "Controllo Totale - Gestione bozze, allegati, log invii dettagliati, report e statistiche. Localizzata in Inglese e Italiano"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/private-dispatch/id6758458482",
            "description": "Private Dispatch is a macOS app for creating and sending newsletters using your own SMTP server, without subscriptions and without third-party platforms. All your data stays on your Mac. No tracking pixels. No open or click tracking. No user profiling.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#privateDispatchModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/private-dispatch/id6758458482"
        },
        {
            "id": "pinboard-omega",
            "slug": "pinboard-omega",
            "name": "Pinboard Omega",
            "type": "app",
            "short_description": "Local Visual Workspace for Creative Minds",
            "full_description": "Pinboard Omega is a local visual space where you collect, connect and keep everything you need while thinking. It is not a text editor, not a to-do app and not a collaborative whiteboard. It is a personal workspace for developers, designers, makers and creative people who think in fragments and connections.",
            "category": "productivity",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/pinboard-omega/id6758484573",
            "canonical_url": "https://blackorder.io/#pinboardModal",
            "localized_urls": {
                "en": "https://blackorder.io/#pinboardModal",
                "it": "https://blackorder.io/it/#pinboardModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#pinboardModal",
                "it": "https://blackorder.io/it/#pinboardModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/pinboard-omega/id6758484573",
                "it": "https://apps.apple.com/it/app/pinboard-omega/id6758484573"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/pinboard.webp"
            ],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Freeform Canvas - Drop notes, images and videos anywhere. Draw freely and connect elements with arrows across multiple independent boards",
                "Document Widgets - Special compact widgets for long texts and code snippets with full Markdown editor, search, copy all, word and character count",
                "Contextual Actions - Right-click directly on the board for clean, focused interaction. No cluttered toolbars or menus",
                "Built-in Tools - Compound interest calculator and other tools live directly on the board, linked to your ideas",
                "100% Local Storage - Everything stored locally in SQLite database. No accounts, no forced cloud, no subscriptions",
                "Full Export/Import - Complete data export and import. Your workspace, your data, always accessible",
                "Multiple Boards - Work across independent boards to organize different projects, ideas and contexts",
                "Messy by Design - Keep your thoughts incomplete, messy and real. When you come back, everything is still there"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758484573",
            "translations": {
                "it": {
                    "short_description": "Spazio di Lavoro Visuale Locale per Menti Creative",
                    "full_description": "Pinboard Omega è uno spazio visuale locale dove raccogli, colleghi e conservi tutto ciò che ti serve mentre pensi. Non è un editor di testo, non è un'app di to-do e non è una lavagna collaborativa. È uno spazio di lavoro personale per sviluppatori, designer, maker e creativi che pensano per frammenti e connessioni.",
                    "capabilities": [
                        "Canvas Libero - Trascina note, immagini e video ovunque. Disegna liberamente e collega elementi con frecce su più board indipendenti",
                        "Widget Documento - Widget compatti speciali per testi lunghi e snippet di codice con editor Markdown completo, ricerca, copia tutto, conteggio parole e caratteri",
                        "Azioni Contestuali - Click destro direttamente sulla board per un'interazione pulita e focalizzata. Nessuna toolbar o menu ingombrante",
                        "Strumenti Integrati - Calcolatore interesse composto e altri strumenti vivono direttamente sulla board, collegati alle tue idee",
                        "100% Archiviazione Locale - Tutto salvato localmente in database SQLite. Nessun account, nessun cloud forzato, nessun abbonamento",
                        "Esportazione/Importazione - Esportazione e importazione dati completa. Il tuo spazio di lavoro, i tuoi dati, sempre accessibili",
                        "Board Multiple - Lavora su board indipendenti per organizzare progetti, idee e contesti diversi",
                        "Disordinato per Design - Mantieni i tuoi pensieri incompleti, disordinati e reali. Quando torni, è tutto ancora lì"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/pinboard-omega/id6758484573",
            "description": "Pinboard Omega is a local visual space where you collect, connect and keep everything you need while thinking. It is not a text editor, not a to-do app and not a collaborative whiteboard. It is a personal workspace for developers, designers, makers and creative people who think in fragments and connections.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#pinboardModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/pinboard-omega/id6758484573"
        },
        {
            "id": "orion-weather-studio",
            "slug": "orion-weather-studio",
            "name": "Orion Weather Studio",
            "type": "app",
            "short_description": "Professional Weather Station Monitor for macOS",
            "full_description": "Orion Weather Studio is a professional weather application for macOS designed to monitor, analyze, and forecast real-time data from Davis weather stations. It connects directly over the local network, without cloud services, user accounts, or external servers, ensuring full control and privacy of all weather data.",
            "category": "weather",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/orion-weather-studio-pro/id6758113665",
            "canonical_url": "https://blackorder.io/#orionWeatherModal",
            "localized_urls": {
                "en": "https://blackorder.io/#orionWeatherModal",
                "it": "https://blackorder.io/it/#orionWeatherModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#orionWeatherModal",
                "it": "https://blackorder.io/it/#orionWeatherModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/orion-weather-studio-pro/id6758113665",
                "it": "https://apps.apple.com/it/app/orion-weather-studio-pro/id6758113665"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/home5/orionweather.webp"
            ],
            "languages": [
                "en"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Real-Time Dashboard - Continuous data updates with advanced visualization of temperature, humidity, pressure, wind, rainfall, UV index and solar radiation",
                "Historical Charts - In-depth data exploration with analytical tools and historical charts for long-term weather patterns",
                "ML Forecasting - On-device machine learning models for local weather forecasting. no cloud required",
                "Local Database - High-performance local database for long-term data storage with CSV and JSON export",
                "No Cloud Required - Connects directly to Davis station via local network. No accounts, no external servers, full privacy",
                "Custom Alerts - Customizable weather alerts for temperature, wind, rain and pressure thresholds",
                "Multi-Language - Available in English, Italian, German, Spanish, French and Portuguese",
                "Apple Silicon - Native performance on M1 and later. Requires Davis Vantage Pro 2 with WeatherLink IP"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6758113665",
            "translations": {
                "it": {
                    "short_description": "Monitor Professionale Stazione Meteo per macOS",
                    "full_description": "Orion Weather Studio è un'applicazione meteo professionale per macOS progettata per monitorare, analizzare e prevedere dati in tempo reale da stazioni meteo Davis. Si collega direttamente sulla rete locale, senza servizi cloud, account utente o server esterni, garantendo pieno controllo e privacy di tutti i dati meteorologici.",
                    "capabilities": [
                        "Dashboard Tempo Reale - Aggiornamenti dati continui con visualizzazione avanzata di temperatura, umidità, pressione, vento, pioggia, indice UV e radiazione solare",
                        "Grafici Storici - Esplorazione approfondita dei dati con strumenti analitici e grafici storici per pattern meteo a lungo termine",
                        "Previsioni ML - Modelli di machine learning on-device per previsioni meteo locali. nessun cloud necessario",
                        "Database Locale - Database locale ad alte prestazioni per archiviazione dati a lungo termine con esportazione CSV e JSON",
                        "Nessun Cloud - Si collega direttamente alla stazione Davis via rete locale. Nessun account, nessun server esterno, privacy totale",
                        "Allerte Personalizzate - Allerte meteo personalizzabili per soglie di temperatura, vento, pioggia e pressione",
                        "Multi-Lingua - Disponibile in Inglese, Italiano, Tedesco, Spagnolo, Francese e Portoghese",
                        "Apple Silicon - Prestazioni native su M1 e successivi. Richiede Davis Vantage Pro 2 con WeatherLink IP"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/orion-weather-studio-pro/id6758113665",
            "description": "Orion Weather Studio is a professional weather application for macOS designed to monitor, analyze, and forecast real-time data from Davis weather stations. It connects directly over the local network, without cloud services, user accounts, or external servers, ensuring full control and privacy of all weather data.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#orionWeatherModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/orion-weather-studio-pro/id6758113665"
        },
        {
            "id": "on-air-mk2",
            "slug": "on-air-mk2",
            "name": "On Air MK2",
            "type": "app",
            "short_description": "ON AIR MK2 - Broadcast Suite",
            "full_description": "The complete broadcast suite built natively with Swift & Apple Metal. Multi-camera switching, professional audio, streaming, recording, and instant replay. all in one app.",
            "category": "video",
            "platform": "macOS",
            "minimum_os": null,
            "architecture": [
                "arm64",
                "x86_64"
            ],
            "version": null,
            "build": null,
            "price": null,
            "currency": null,
            "is_free": false,
            "pricing_note": "Paid app on the Mac App Store; the current price is shown on the store page.",
            "distribution": "app_store",
            "download_page_url": "https://apps.apple.com/it/app/on-air-mk2/id6759348372",
            "canonical_url": "https://blackorder.io/#onairFeaturesModal",
            "localized_urls": {
                "en": "https://blackorder.io/#onairFeaturesModal",
                "it": "https://blackorder.io/it/#onairFeaturesModal"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/#onairFeaturesModal",
                "it": "https://blackorder.io/it/#onairFeaturesModal"
            },
            "official_page_urls": {
                "en": "https://apps.apple.com/us/app/on-air-mk2/id6759348372",
                "it": "https://apps.apple.com/it/app/on-air-mk2/id6759348372"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "icon_url": null,
            "screenshots": [
                "https://blackorder.io/assets/img/onairmk2.webp"
            ],
            "languages": [
                "en",
                "it"
            ],
            "developer": "BlackOrder",
            "publisher": "BlackOrder",
            "signed": true,
            "notarized": true,
            "sandboxed": true,
            "release_date": null,
            "updated_at": null,
            "tags": [],
            "capabilities": [
                "Up to 4 simultaneous video sources",
                "Preview/Program dual-monitor",
                "CUT & AUTO transitions (750ms)",
                "T-Bar fader for manual control",
                "Audio Follow Video (AFV)",
                "Mix, Dip, Wipe, Push, Slide",
                "Fade, Iris, Zoom",
                "Stinger with audio & mask",
                "7 composition layouts (PiP, Split)",
                "All rendered in real-time on Metal",
                "HPF 80Hz + Noise Gate",
                "Compressor (1:1 - 8:1 ratio)",
                "5-band Parametric EQ",
                "Reverb (6 presets) + Limiter",
                "48 kHz / 32-bit float internal",
                "YouTube, Twitch, custom RTMP",
                "720p to 1440p @ 30/60 fps",
                "H.264 / H.265 hardware enc.",
                "Buffer-pressure congestion ABR",
                "Auto-reconnect (3 attempts)",
                "H.264, H.265, ProRes 422/HQ",
                "720p to 4K UHD (3840x2160)",
                "Zero-copy Metal GPU capture",
                "QuickTime MOV container",
                "Storage estimation & warnings",
                "Chroma Key (Green/Blue/White)",
                "3-Way Color Grading (DaVinci)",
                "Focus Peaking & Zebra Stripes",
                "Histogram, Vectorscope, Waveform",
                "Image, Video & Ticker overlays",
                "6 presets: Podcast to YouTube",
                "LUFS: Short-Term, Integrated",
                "PPM Peak Meters (IEC 60268)",
                "16/32-band spectral analyzer",
                "Voiceover ducking & app capture",
                "60s ring buffer @ 8 Mbps, 60fps",
                "Save & load replay clips",
                "LTC decoder (auto frame rate)",
                "Network sync via Bonjour UDP",
                "Swift + SwiftUI + Metal",
                "App Sandbox + Hardened Runtime",
                "UVC camera control via IOKit",
                "macOS 13+ (Ventura/Sonoma/Sequoia)"
            ],
            "privacy_summary": "Distributed through the Mac App Store under Apple's privacy labels.",
            "telemetry": false,
            "account_required": false,
            "app_store_id": "6759348372",
            "translations": {
                "it": {
                    "short_description": "ON AIR MK2 - Suite Broadcast",
                    "full_description": "La suite broadcast completa costruita nativamente con Swift e Apple Metal. Regia multi-camera, audio professionale, streaming, registrazione e replay istantaneo. tutto in un'unica app.",
                    "capabilities": [
                        "Fino a 4 sorgenti video simultanee",
                        "Dual-monitor Anteprima/Programma",
                        "Transizioni CUT e AUTO (750ms)",
                        "Fader T-Bar per controllo manuale",
                        "Audio Follow Video (AFV)",
                        "Mix, Dip, Wipe, Push, Slide",
                        "Fade, Iris, Zoom",
                        "Stinger con audio e maschera",
                        "7 layout composizione (PiP, Split)",
                        "Tutto renderizzato in tempo reale su Metal",
                        "HPF 80Hz + Noise Gate",
                        "Compressore (rapporto 1:1 - 8:1)",
                        "EQ Parametrico a 5 bande",
                        "Riverbero (6 preset) + Limiter",
                        "48 kHz / 32-bit float interno",
                        "YouTube, Twitch, RTMP custom",
                        "720p fino a 1440p @ 30/60 fps",
                        "Encoding hardware H.264 / H.265",
                        "ABR con rilevamento congestione",
                        "Riconnessione automatica (3 tentativi)",
                        "H.264, H.265, ProRes 422/HQ",
                        "720p fino a 4K UHD (3840x2160)",
                        "Cattura GPU Metal zero-copy",
                        "Contenitore QuickTime MOV",
                        "Stima spazio e avvisi",
                        "Chroma Key (Verde/Blu/Bianco)",
                        "Color Grading 3-Way (DaVinci)",
                        "Focus Peaking e Zebra Stripes",
                        "Istogramma, Vettorscopio, Waveform",
                        "Overlay immagini, video e ticker",
                        "6 preset: da Podcast a YouTube",
                        "LUFS: Short-Term e Integrated",
                        "PPM Peak Meters (IEC 60268)",
                        "Analizzatore spettrale 16/32 bande",
                        "Ducking voiceover e cattura app",
                        "Ring buffer 60s @ 8 Mbps, 60fps",
                        "Salva e carica clip di replay",
                        "Decodifica LTC (frame rate auto)",
                        "Sync di rete via Bonjour UDP",
                        "Swift + SwiftUI + Metal",
                        "App Sandbox + Hardened Runtime",
                        "Controllo camera UVC via IOKit",
                        "macOS 13+ (Ventura/Sonoma/Sequoia)"
                    ]
                }
            },
            "source": "official",
            "official_page_url": "https://apps.apple.com/it/app/on-air-mk2/id6759348372",
            "description": "The complete broadcast suite built natively with Swift & Apple Metal. Multi-camera switching, professional audio, streaming, recording, and instant replay. all in one app.",
            "requirements": {
                "platform": "macOS",
                "minimum_os": null,
                "architecture": [
                    "arm64",
                    "x86_64"
                ]
            },
            "privacy": {
                "summary": "Distributed through the Mac App Store under Apple's privacy labels.",
                "telemetry": false,
                "account_required": false,
                "sandboxed": true
            },
            "pricing": {
                "is_free": false,
                "price": null,
                "currency": null
            },
            "canonical_domain": "blackorder.io",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/#onairFeaturesModal",
            "preferred_official_page_url": "https://apps.apple.com/us/app/on-air-mk2/id6759348372"
        }
    ],
    "articles": [
        {
            "id": 17,
            "slug": "blackorder-for-ai-agents-machine-readable-catalog",
            "title": "BlackOrder for AI agents: an official machine-readable catalog",
            "type": "article",
            "excerpt": "AI agents, assistants and crawlers can now read the BlackOrder catalog directly: /.well-known/agent.json, agent-card.json and ai-catalog.json, a JSON search with filters, one record per app with version, requirements, privacy facts and the official page, and one per article. Generated from the same data the site uses, so it never goes stale. The documentation is at blackorder.io/agents.",
            "summary": "Everything BlackOrder publishes, apps and articles alike, is now available as JSON at blackorder.io/.well-known/agent.json, generated from the site itself, with a search API and no key to ask for.",
            "canonical_url": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
                "it": "https://blackorder.io/blog/it/blackorder-for-ai-agents-machine-readable-catalog/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
                "it": "https://blackorder.io/blog/it/blackorder-for-ai-agents-machine-readable-catalog/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
                "it": "https://blackorder.io/blog/it/blackorder-for-ai-agents-machine-readable-catalog/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "essay",
            "tags": [
                "AI agents",
                "machine-readable",
                "agent.json",
                "API",
                "JSON",
                "MCP",
                "BlackOrder",
                "open web"
            ],
            "image_url": "https://blackorder.io/blog/img/agents-catalog.jpg",
            "published_at": "2026-09-10T11:11:45+00:00",
            "updated_at": "2026-09-10T12:54:24+00:00",
            "related_apps": [],
            "translations": {
                "it": {
                    "title": "BlackOrder per gli agenti AI: un catalogo ufficiale leggibile dalle macchine",
                    "excerpt": "Agenti AI, assistenti e crawler possono ora leggere il catalogo BlackOrder direttamente: /.well-known/agent.json, agent-card.json e ai-catalog.json, una ricerca JSON con filtri, un record per app con versione, requisiti, dati sulla privacy e pagina ufficiale, e uno per articolo. Generato dagli stessi dati che usa il sito, quindi mai vecchio. La documentazione è su blackorder.io/agents.",
                    "summary": "Tutto ciò che BlackOrder pubblica, applicazioni e articoli, è ora disponibile in JSON su blackorder.io/.well-known/agent.json, generato dal sito stesso, con un'API di ricerca e nessuna chiave da chiedere.",
                    "canonical_url": "https://blackorder.io/blog/it/blackorder-for-ai-agents-machine-readable-catalog/",
                    "official_page_url": "https://blackorder.io/blog/it/blackorder-for-ai-agents-machine-readable-catalog/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/blackorder-for-ai-agents-machine-readable-catalog/"
        },
        {
            "id": 3,
            "slug": "peaklab-audio-editor-rebuilt-for-today",
            "title": "PeakLab 3.2: the waveform editor with a professional effects rack",
            "type": "article",
            "excerpt": "Free and without registration. Sample-accurate editing with reliable undo and redo, files saved in their own format, recording with punch-in, and a new Pro section: an eight-band EQ whose curve is measured on the real filters, a feed-forward compressor with knee and lookahead, a gate with hysteresis and hold, an algorithmic reverb with pre-delay, decay and damping. Notarized, for Apple silicon, updates through a signed channel.",
            "summary": "Free, no account, nothing to sign up for. A focused audio editor for the Mac, now with an eight-band equalizer, a compressor, a gate and a reverb built in-house, every parameter in the open, and one processing path for what you hear and what you export.",
            "canonical_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
                "it": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "software",
            "tags": [
                "Audio",
                "macOS",
                "free software",
                "PeakLab",
                "waveform editor",
                "equalizer",
                "compressor",
                "reverb",
                "swift"
            ],
            "image_url": "https://blackorder.io/blog/img/peaklab-hero.jpg",
            "published_at": "2026-09-10T00:08:15+00:00",
            "updated_at": "2026-09-10T12:29:07+00:00",
            "related_apps": [
                "peaklab"
            ],
            "translations": {
                "it": {
                    "title": "PeakLab 3.2: l'editor di forme d'onda con un rack di effetti professionale",
                    "excerpt": "Gratuita e senza registrazione. Editing al campione con undo e redo affidabili, file salvati nel loro formato, registrazione con punch-in, e una nuova sezione Pro: un EQ a otto bande con la curva misurata sui filtri reali, un compressore feed-forward con ginocchio e lookahead, un gate con isteresi e hold, un riverbero algoritmico con pre-delay, decadimento e smorzamento. Notarizzata, per Apple silicon, aggiornamenti da un canale firmato.",
                    "summary": "Gratuita, senza account, senza iscrizioni. Un editor audio essenziale per il Mac, ora con un equalizzatore a otto bande, un compressore, un gate e un riverbero costruiti in casa, tutti i parametri a vista, e un'unica catena di elaborazione per ciò che ascolti e ciò che esporti.",
                    "canonical_url": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/",
                    "official_page_url": "https://blackorder.io/blog/it/peaklab-audio-editor-rebuilt-for-today/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/peaklab-audio-editor-rebuilt-for-today/"
        },
        {
            "id": 8,
            "slug": "on-record-the-recorder-that-writes-it-all-down",
            "title": "On Record: the recorder that writes it all down, on your Mac",
            "type": "article",
            "excerpt": "Free and without registration. Microphone and Mac audio, live transcription in any language with Apple's on-device speech engine, speaker separation, automatic notes in prose, calls noticed on WhatsApp, Telegram, Zoom, Teams and Meet, WhatsApp and Telegram voice messages, any audio or video file, a glossary for names, questions answered with citations that jump into the audio. Nothing leaves your Mac.",
            "summary": "Free, no account, nothing to sign up for. It records meetings, calls and voice messages, transcribes them on the Mac while you speak, tells the voices apart and writes the notes by itself.",
            "canonical_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
                "it": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "software",
            "tags": [
                "macOS",
                "recorder",
                "transcription",
                "meetings",
                "free software",
                "on record",
                "swift",
                "privacy"
            ],
            "image_url": "https://blackorder.io/blog/img/onrecord-home.jpg",
            "published_at": "2026-09-08T11:19:00+00:00",
            "updated_at": "2026-09-10T12:45:18+00:00",
            "related_apps": [
                "onrecord"
            ],
            "translations": {
                "it": {
                    "title": "On Record: il registratore che mette tutto per iscritto, sul tuo Mac",
                    "excerpt": "Gratuita e senza registrazione. Microfono e audio del Mac, trascrizione in diretta in qualsiasi lingua con il motore vocale locale di Apple, voci distinte, note automatiche in prosa, chiamate rilevate su WhatsApp, Telegram, Zoom, Teams e Meet, vocali WhatsApp e Telegram, qualsiasi file audio o video, un glossario per i nomi, domande con citazioni che riportano al punto esatto dell'audio. Niente esce dal tuo Mac.",
                    "summary": "Gratuita, senza account, senza iscrizioni. Registra riunioni, chiamate e vocali, li trascrive sul Mac mentre parli, distingue le voci e scrive le note da sola.",
                    "canonical_url": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/",
                    "official_page_url": "https://blackorder.io/blog/it/on-record-the-recorder-that-writes-it-all-down/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/on-record-the-recorder-that-writes-it-all-down/"
        },
        {
            "id": 7,
            "slug": "netscope-every-process-every-connection-every-byte",
            "title": "NetScope: every process, every connection, every byte",
            "type": "article",
            "excerpt": "Free, notarized, universal. Per-process bandwidth from kernel statistics, every connection with latency and encryption state, code signature of each program, geolocation on a real map, listening ports, alerts, 90 days of history, pf blocking, ping, traceroute and whois.",
            "summary": "A live network monitor for macOS that tells you who your Mac is talking to, with the real bandwidth of each process, the identity and signature of each program, and where every connection goes.",
            "canonical_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
                "it": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "software",
            "tags": [
                "macOS",
                "network",
                "security",
                "free software",
                "netscope",
                "swift"
            ],
            "image_url": "https://blackorder.io/blog/img/netscope-hero.jpg",
            "published_at": "2026-09-04T19:43:21+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "related_apps": [
                "netscope"
            ],
            "translations": {
                "it": {
                    "title": "NetScope: ogni processo, ogni connessione, ogni byte",
                    "excerpt": "Gratuita, notarizzata, universale. Banda per processo dalle statistiche del kernel, ogni connessione con latenza e stato della cifratura, firma del codice di ogni programma, geolocalizzazione su una mappa reale, porte in ascolto, avvisi, 90 giorni di storico, blocco pf, ping, traceroute e whois.",
                    "summary": "Un monitor di rete in tempo reale per macOS che ti dice con chi sta parlando il tuo Mac, con la banda reale di ogni processo, l'identità e la firma di ogni programma, e dove va ogni connessione.",
                    "canonical_url": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/",
                    "official_page_url": "https://blackorder.io/blog/it/netscope-every-process-every-connection-every-byte/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/netscope-every-process-every-connection-every-byte/"
        },
        {
            "id": 6,
            "slug": "negroni-mac-maintenance-shown-before-it-happens",
            "title": "Negroni: Mac maintenance that shows you everything before it touches anything",
            "type": "article",
            "excerpt": "A free, notarized maintenance app for macOS 14 and later. Caches, logs, launch agents, DNS, Spotlight, Time Machine and 39 hidden macOS tweaks. Every action lists what it will do, and only what you tick is removed.",
            "summary": "97 real tasks in 9 categories, a privileged helper you approve once, and the list of every single file before it goes. Free, notarized, universal.",
            "canonical_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
                "it": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "software",
            "tags": [
                "macos",
                "maintenance",
                "free software",
                "negroni",
                "swift"
            ],
            "image_url": "https://blackorder.io/blog/img/negroni-dashboard.png",
            "published_at": "2026-09-04T17:19:46+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "related_apps": [
                "negroni"
            ],
            "translations": {
                "it": {
                    "title": "Negroni: la manutenzione del Mac che ti mostra tutto prima di toccare qualcosa",
                    "excerpt": "Un'app di manutenzione gratuita e notarizzata per macOS 14 e successivi. Cache, log, launch agent, DNS, Spotlight, Time Machine e 39 parametri nascosti di macOS. Ogni azione elenca cosa farà, e viene rimosso solo ciò che spunti.",
                    "summary": "97 operazioni reali in 9 categorie, un helper privilegiato che approvi una volta sola e l'elenco di ogni singolo file prima che sparisca. Gratis, notarizzata, universale.",
                    "canonical_url": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/",
                    "official_page_url": "https://blackorder.io/blog/it/negroni-mac-maintenance-shown-before-it-happens/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/negroni-mac-maintenance-shown-before-it-happens/"
        },
        {
            "id": 5,
            "slug": "charlie-native-mac-coding-agent-workspace",
            "title": "Charlie: Turning the Mac into a Cockpit for Coding Agents",
            "type": "article",
            "excerpt": "Charlie is a local-first macOS workspace designed to make coding agents observable, controllable and useful on real projects.",
            "summary": "A native Apple-silicon workspace bringing a Metal terminal, Codex, Claude, Git, reviews, approvals, tasks and SSH into one place.",
            "canonical_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
                "it": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "software",
            "tags": [],
            "image_url": "https://blackorder.io/blog/img/charlie-running-1.0.3.png",
            "published_at": "2026-08-30T19:01:56+00:00",
            "updated_at": "2026-09-10T11:51:32+00:00",
            "related_apps": [
                "charlie"
            ],
            "translations": {
                "it": {
                    "title": "Charlie: il Mac diventa un cockpit per gli agenti di coding",
                    "excerpt": "Charlie è un workspace macOS local-first progettato per rendere gli agenti di coding osservabili, controllabili e davvero utili sui progetti reali.",
                    "summary": "Un ambiente nativo Apple silicon che riunisce terminale Metal, Codex, Claude, Git, review, approvazioni, task e SSH.",
                    "canonical_url": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/",
                    "official_page_url": "https://blackorder.io/blog/it/charlie-native-mac-coding-agent-workspace/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/charlie-native-mac-coding-agent-workspace/"
        },
        {
            "id": 4,
            "slug": "apexsdr-dmr-one-click-digital-voice",
            "title": "ApexSDR DMR: One Click to Digital Voice. No Pipes, No Pain.",
            "type": "article",
            "excerpt": "Every SDR on the market requires external software, virtual audio cables, and endless configuration to decode DMR. ApexSDR DMR puts digital voice one click away. Built from scratch by IU4TPI.",
            "summary": "The first SDR with fully integrated digital voice decoding, built native for macOS. By a ham, for hams.",
            "canonical_url": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
                "it": "https://blackorder.io/blog/it/apexsdr-dmr-one-click-digital-voice/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
                "it": "https://blackorder.io/blog/it/apexsdr-dmr-one-click-digital-voice/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
                "it": "https://blackorder.io/blog/it/apexsdr-dmr-one-click-digital-voice/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "essay",
            "tags": [
                "SDR",
                "DMR",
                "C4FM",
                "Ham Radio",
                "macOS",
                "ApexSDR DMR",
                "Digital Voice",
                "Amateur Radio"
            ],
            "image_url": "https://blackorder.io/blog/img/apexsdr-dmr-preview.png",
            "published_at": "2026-02-20T16:51:30+00:00",
            "updated_at": "2026-09-10T12:49:04+00:00",
            "related_apps": [],
            "translations": {
                "it": {
                    "title": "ApexSDR DMR: Un Click per la Voce Digitale. Niente Pipe, Niente Complicazioni.",
                    "excerpt": "Ogni SDR sul mercato richiede software esterno, cavi audio virtuali e configurazione infinita per decodificare il DMR. ApexSDR DMR mette la voce digitale a un click di distanza. Costruito da zero da IU4TPI.",
                    "summary": "Il primo SDR con decodifica voce digitale completamente integrata, nativo per macOS. Da un radioamatore, per i radioamatori.",
                    "canonical_url": "https://blackorder.io/blog/it/apexsdr-dmr-one-click-digital-voice/",
                    "official_page_url": "https://blackorder.io/blog/it/apexsdr-dmr-one-click-digital-voice/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/apexsdr-dmr-one-click-digital-voice/"
        },
        {
            "id": 2,
            "slug": "buildingsoftwarewithoutprofiling",
            "title": "Building Software Without Profiling: A Democratic Alternative to the Modern Web",
            "type": "article",
            "excerpt": "For years, user profiling has been treated as an unavoidable foundation of digital products.",
            "summary": "",
            "canonical_url": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
            "localized_urls": {
                "en": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
                "it": "https://blackorder.io/blog/it/buildingsoftwarewithoutprofiling/"
            },
            "canonical_urls": {
                "en": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
                "it": "https://blackorder.io/blog/it/buildingsoftwarewithoutprofiling/"
            },
            "official_page_urls": {
                "en": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
                "it": "https://blackorder.io/blog/it/buildingsoftwarewithoutprofiling/"
            },
            "content_languages": [
                "en",
                "it"
            ],
            "language": [
                "en",
                "it"
            ],
            "category": "essay",
            "tags": [
                "Privacy",
                "Software Design",
                "Ethics",
                "Anti-Profiling"
            ],
            "image_url": "https://blackorder.io/blog/img/no-profiling-chains.jpg",
            "published_at": "2026-01-28T17:59:35+00:00",
            "updated_at": "2026-09-10T12:24:01+00:00",
            "related_apps": [],
            "translations": {
                "it": {
                    "title": "Costruire Software Senza Profilazione: Un'Alternativa Democratica al Web Moderno",
                    "excerpt": "Per anni, la profilazione utente è stata trattata come una base inevitabile dei prodotti digitali.",
                    "summary": "",
                    "canonical_url": "https://blackorder.io/blog/it/buildingsoftwarewithoutprofiling/",
                    "official_page_url": "https://blackorder.io/blog/it/buildingsoftwarewithoutprofiling/"
                }
            },
            "official_page_url": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
            "publisher": "BlackOrder",
            "canonical_domain": "blackorder.io",
            "source": "official",
            "preferred_language": "en",
            "preferred_url": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/",
            "preferred_official_page_url": "https://blackorder.io/blog/en/buildingsoftwarewithoutprofiling/"
        }
    ]
}