{"id":50809609,"url":"https://github.com/ghostandthemachine/orchard","last_synced_at":"2026-06-13T03:31:46.202Z","repository":{"id":11774665,"uuid":"14312587","full_name":"ghostandthemachine/orchard","owner":"ghostandthemachine","description":"The future of personal and enterprise wiki management","archived":false,"fork":false,"pushed_at":"2013-12-11T16:47:22.000Z","size":44408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-12T14:36:59.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostandthemachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-11T20:39:37.000Z","updated_at":"2014-09-28T21:34:03.000Z","dependencies_parsed_at":"2022-09-23T01:52:17.658Z","dependency_job_id":null,"html_url":"https://github.com/ghostandthemachine/orchard","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/ghostandthemachine/orchard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostandthemachine%2Forchard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostandthemachine%2Forchard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostandthemachine%2Forchard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostandthemachine%2Forchard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostandthemachine","download_url":"https://codeload.github.com/ghostandthemachine/orchard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostandthemachine%2Forchard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34271500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-13T03:31:45.665Z","updated_at":"2026-06-13T03:31:46.196Z","avatar_url":"https://github.com/ghostandthemachine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Setup\n\nTo setup the native app do this:\n   $ mv /Applications/node-webkit /Applications/Thinker\n   $ cp nw.icns /Applications/Thinker/Contents/Resources/nw.icns\n   $ ln -s /Users/rosejn/projects/thinker /Applications/Thinker/Contents/Resources/app.nw\n\n* edit the /Applications/Thinker/Contents/Info.plist and change the CFbundlename from node-webkit to Thinker.\n\n* The icon.png file should be a 1024x1024 image.\n\n## Native modules\n\nTo use modules with native library components (i.e. c or c++) we need to compile them specially for node-webkit.  The leveldown database used by pouchdb is one example, and this is how to get it working:\n\n    $ cd node_modules/pouchdb/node_modules/levelup/node_modules/leveldown\n    $ nw-gyp configure --target=0.4.2 -target_arch=ia32\n    $ nw-gyp build\n\nNote that the specific nw version needs to be specified to make it work.\n\n### Installing nodegit\n\n    ; download the lib and its dependencies into node_modules\n    npm install\n\n    ; build as a universal binary (32-bit and 64-bit) to work with node-webkit\n    cd node_modules/nodegit/vendor/libgit2\n    rm -fr build/*\n    cd build\n    cmake .. -DCMAKE_OSX_ARCHITECTURES=\"i386;x86_64\"\n    make -j4\n\n    ; make the nodegit library with nw-gyp\n    nw-gyp rebuild  --target=0.7.2\n\nNow you should be good to go.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostandthemachine%2Forchard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostandthemachine%2Forchard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostandthemachine%2Forchard/lists"}