{"id":35034930,"url":"https://github.com/hamiltonbarber/cli-gui-7zip-macos","last_synced_at":"2026-04-13T10:32:31.530Z","repository":{"id":327957784,"uuid":"1060100724","full_name":"hamiltonbarber/cli-gui-7zip-macos","owner":"hamiltonbarber","description":"Command Line and GUI Interface for 7-Zip on macOS with interactive menus, drag \u0026 drop support, and native app bundles","archived":false,"fork":false,"pushed_at":"2026-01-29T01:57:45.000Z","size":6287,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T17:27:52.603Z","etag":null,"topics":["7zip","archive","cli","compression","macos","python","terminal"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamiltonbarber.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":"2025-09-19T11:40:08.000Z","updated_at":"2026-01-29T01:57:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hamiltonbarber/cli-gui-7zip-macos","commit_stats":null,"previous_names":["hamiltonbarber/cli-gui-7zip-macos"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hamiltonbarber/cli-gui-7zip-macos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamiltonbarber%2Fcli-gui-7zip-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamiltonbarber%2Fcli-gui-7zip-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamiltonbarber%2Fcli-gui-7zip-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamiltonbarber%2Fcli-gui-7zip-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamiltonbarber","download_url":"https://codeload.github.com/hamiltonbarber/cli-gui-7zip-macos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamiltonbarber%2Fcli-gui-7zip-macos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["7zip","archive","cli","compression","macos","python","terminal"],"created_at":"2025-12-27T07:46:42.623Z","updated_at":"2026-04-13T10:32:31.521Z","avatar_url":"https://github.com/hamiltonbarber.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command Line and GUI Interface for 7-Zip on macOS\n\nSimple interface for 7-Zip archive operations on macOS.\n\n\u003e **Note:** This is an independent project and is not affiliated with or endorsed by Igor Pavlov or the official 7-Zip project.\n\n![License](https://img.shields.io/badge/license-LGPL--3.0-blue.svg)\n![Platform](https://img.shields.io/badge/platform-macOS%2012.0+-lightgrey.svg)\n\n## What This Is\n\nTwo ways to use 7-Zip on macOS:\n\n**CLI Application:** Interactive command-line interface with full 7-Zip features\n**GUI Application:** Basic graphical interface for common operations\n\n## Supported Formats\n\n| Format | Create | Extract | View |\n|--------|--------|---------|------|\n| 7z | Yes | Yes | Yes |\n| ZIP | Yes | Yes | Yes |\n| RAR | No | Yes | Yes |\n| TAR | Yes | Yes | Yes |\n| GZ/BZ2/XZ | Yes | Yes | Yes |\n\n## Installation\n\n### Download Pre-built Apps (Recommended)\n\nDownload the latest release from the [Releases](https://github.com/hamiltonbarber/cli-gui-7zip-macos/releases) page:\n\n1. Download `7-Zip.CLI.app.zip` or `7-Zip.GUI.app.zip`\n2. Unzip and move to Applications folder\n3. Double-click to launch\n\n### Build from Source\n\n**CLI Application (Python):**\n```bash\ngit clone https://github.com/hamiltonbarber/cli-gui-7zip-macos.git\ncd cli-gui-7zip-macos\npython3 7zip_cli.py\n```\n\n**GUI Application (Xcode):**\n```bash\ngit clone https://github.com/hamiltonbarber/cli-gui-7zip-macos.git\ncd cli-gui-7zip-macos/7ZipGUI\nxcodebuild -project 7ZipGUI.xcodeproj -scheme 7ZipGUI build\n```\n\nSee [INSTALL.md](INSTALL.md) for details.\n\n## Usage\n\n### CLI Application\n- Double-click `7-Zip CLI.app` to launch\n- Interactive menus guide you through operations\n- Drag file paths from Finder when prompted\n- Supports password protection, compression levels, archive splitting\n\n### GUI Application\n- **Create:** Drag files to interface, set options, create archive\n- **Extract:** Load archive, select files to extract, choose destination\n- **View:** Browse archive contents without extracting\n\n## Requirements\n\n- **CLI:** macOS 10.14+, Python 3.7+ (included with macOS)\n- **GUI:** macOS 12.0+\n\n## License\n\nLGPL-3.0 License. Includes 7-Zip (by Igor Pavlov) under LGPL 2.1+.\n\nSee [LICENSE](LICENSE) and [THIRD-PARTY-LICENSES.txt](THIRD-PARTY-LICENSES.txt) for details.\n\n## Author\n\nHamilton Barber - [hamiltonbarber.com](https://www.hamiltonbarber.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamiltonbarber%2Fcli-gui-7zip-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamiltonbarber%2Fcli-gui-7zip-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamiltonbarber%2Fcli-gui-7zip-macos/lists"}