{"id":13848972,"url":"https://github.com/bumaociyuan/ios-ipa-server","last_synced_at":"2026-01-21T19:30:40.330Z","repository":{"id":35077386,"uuid":"39229014","full_name":"bumaociyuan/ios-ipa-server","owner":"bumaociyuan","description":"Create a HTTPS Server to install iOS ipa","archived":false,"fork":false,"pushed_at":"2023-07-10T08:41:46.000Z","size":1037,"stargazers_count":803,"open_issues_count":11,"forks_count":186,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-09-15T15:24:28.399Z","etag":null,"topics":["distribution","ios","ipa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bumaociyuan.png","metadata":{"files":{"readme":"README-en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2015-07-17T01:36:56.000Z","updated_at":"2025-09-13T02:55:06.000Z","dependencies_parsed_at":"2024-06-21T14:23:52.697Z","dependency_job_id":"ecaa29f9-6260-4076-8884-256edd619945","html_url":"https://github.com/bumaociyuan/ios-ipa-server","commit_stats":null,"previous_names":["bumaociyuan/zxipaserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bumaociyuan/ios-ipa-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumaociyuan%2Fios-ipa-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumaociyuan%2Fios-ipa-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumaociyuan%2Fios-ipa-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumaociyuan%2Fios-ipa-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bumaociyuan","download_url":"https://codeload.github.com/bumaociyuan/ios-ipa-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumaociyuan%2Fios-ipa-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"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":["distribution","ios","ipa"],"created_at":"2024-08-04T19:01:03.685Z","updated_at":"2026-01-21T19:30:40.295Z","avatar_url":"https://github.com/bumaociyuan.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Install IPA with HTTPS, and auto generate certificates.\n\n[中文介绍](./README.md)\n\n# Support Platform\n* OS X\n* Ubuntu\n* CentOS\n* Not test for other platform\n\n# Require\n* [nodejs](https://nodejs.org/)\n\n# Installation\n```\n$ npm install -g ios-ipa-server\n```\n\n# Usage\n```\nUsage: ios-ipa-server [option] [dir]\n\nOptions:\n\n-h, --help                output usage information\n-V, --version             output the version number\n-p, --port \u003cport-number\u003e  set port for server (defaults is 1234)\n-i, --ip \u003cip-address\u003e     set ip address for server (defaults is automatic getting by program)\n```\n\n## Start Server\n```\n$ cd /path/of/ipa\n$ ios-ipa-server\n\n# or \n\n$ ios-ipa-server /path/of/ipa\n\n\n# open https://ip:port/download on your iphone \n```\n\n### About `ipa` archive\n* [Ad-hoc](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html)\n* [Enterprise Distributing](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingEnterpriseProgramApps/DistributingEnterpriseProgramApps.html)\n* For normal developer you can use the [shenzhen](https://github.com/nomad/shenzhen) to build the `ipa`.\n* Highly recommond use static ip address, avoid reinstall cer every time.\n\n### Install App\n* Open `https://ip:port/download` page.\n* The first time webpage will alert `Cannot Verify Server Identity`, plz click `Details` button, and install the certificate by follow the hint press next and input password.\n* Click the `ipa` link to install `ipa`.\n* iOS 10.3 [Issue](https://github.com/bumaociyuan/ios-ipa-server/issues/23) Settings \u003e General \u003e About (logically...) \u003e Certificate Trust Settings \u003e Enable Full Trust for Root Certificates\n\n\n![simulator screen shot jun 22 2016 2 38 35 pm 2](https://cloud.githubusercontent.com/assets/4977911/16257321/66d10888-388a-11e6-9b2d-d5ed0d100d8c.png)\n\n# Screenshots\n![screeshot](screeshot.png)\n\n# Develop\n\n```\n# Download source code\n$ git clone git@github.com:bumaociyuan/ios-ipa-server.git\n\n# Install modules\n$ cd ios-ipa-server\n$ npm install \n\n# Make link for debug\n$ npm link\n\n# Run\n$ cd /path/of/ipa\n$ ios-ipa-server\n```\n\n# TODO\n\n- [ ] Support Internationalization\n- [ ] Support [shenzhen](https://github.com/nomad/shenzhen)\n- [ ] Support upload IPA\n\n\n#Lisence\n[MIT](https://github.com/bumaociyuan/zxIpaServer/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumaociyuan%2Fios-ipa-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbumaociyuan%2Fios-ipa-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumaociyuan%2Fios-ipa-server/lists"}