{"id":44726219,"url":"https://github.com/dalirnet/mactokio","last_synced_at":"2026-02-15T17:42:52.664Z","repository":{"id":337678986,"uuid":"1154272912","full_name":"dalirnet/mactokio","owner":"dalirnet","description":"Your smartphone authenticator app, now on your Mac.","archived":false,"fork":false,"pushed_at":"2026-02-10T18:18:46.000Z","size":431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T21:52:00.754Z","etag":null,"topics":["authenticator","macos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dalirnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T07:44:09.000Z","updated_at":"2026-02-10T18:46:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dalirnet/mactokio","commit_stats":null,"previous_names":["dalirnet/mactokio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dalirnet/mactokio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fmactokio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fmactokio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fmactokio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fmactokio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalirnet","download_url":"https://codeload.github.com/dalirnet/mactokio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalirnet%2Fmactokio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authenticator","macos"],"created_at":"2026-02-15T17:42:47.443Z","updated_at":"2026-02-15T17:42:52.656Z","avatar_url":"https://github.com/dalirnet.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mactokio\n\n**Mac** + **Tok**en + **I/O**\n\nYour smartphone authenticator app, now on your Mac.\n\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n![macOS 13+](https://img.shields.io/badge/macOS-13%2B-black.svg)\n![Swift](https://img.shields.io/badge/Swift-native-orange.svg)\n\nA security-first TOTP/HOTP authenticator built natively for macOS. Your secrets are **AES-256 encrypted**, **hardware-bound**, and **never leave your device**. No cloud. No sync. No account. Just your codes.\n\n![Mactokio](screenshot.png)\n\n---\n\n## Why Mactokio?\n\nMost people transfer authenticator accounts to their Mac by screenshotting the export QR code and sending it via email, Telegram, or WhatsApp. That screenshot — containing all your secret keys — now lives in chat histories, email servers, and cloud photo backups.\n\n**Mactokio solves this.** Point your Mac's webcam at the QR code on your phone screen. Your secrets travel through the air, not through the internet. No screenshot. No file transfer. No cloud.\n\n---\n\n## Safe Import via Webcam\n\nThe recommended way to import your accounts:\n\n1. On your phone, open your authenticator app → export/transfer accounts\n2. In Mactokio, click **+** → **From Camera**\n3. Hold your phone's screen up to your Mac's webcam\n4. Done — all accounts imported and encrypted\n\nThe camera uses confidence-based detection across multiple frames, with visual feedback (tracking → green for success, red for invalid QR). Your secrets are encrypted the instant they're read.\n\nAlso supports:\n\n- **From File** — QR code image or text file\n- **From Clipboard** — QR screenshot or `otpauth://` URI\n\nSupports standard `otpauth://` URIs and Google Authenticator migration format (`otpauth-migration://`).\n\n---\n\n## Security\n\n| Layer          | Detail                                             |\n| -------------- | -------------------------------------------------- |\n| Encryption     | AES-256 with hardware-derived key                  |\n| Key derivation | SHA-256 of device hardware UUID                    |\n| Storage        | Encrypted files with `700`/`600` POSIX permissions |\n| Authentication | Touch ID or device password on every launch        |\n| Network        | Zero — no internet access, no telemetry            |\n\n---\n\n## Features\n\n- TOTP and HOTP with SHA-1 / SHA-256 / SHA-512\n- Webcam QR scanner with confidence-based detection\n- Google Authenticator bulk migration in one scan\n- Touch ID / device password on every launch\n- Auto-lock codes after 3 cycles\n- Search and filter accounts\n- One-tap copy to clipboard\n- Zero network access\n\n---\n\n## Installation\n\n1. Download `Mactokio.zip` from [Releases](https://github.com/dalirnet/mactokio/releases/latest)\n2. Extract and move `Mactokio.app` to Applications\n3. Right-click → Open (first time only, to bypass Gatekeeper)\n\n**Requirements:** macOS 13.0+\n\n## Build\n\n```bash\nmake build    # build the app\nmake run      # build and launch\nmake release  # universal binary (arm64 + x86_64)\nmake dist     # release + zip for distribution\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalirnet%2Fmactokio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalirnet%2Fmactokio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalirnet%2Fmactokio/lists"}