{"id":21643970,"url":"https://github.com/application-research/delta-standalone","last_synced_at":"2026-04-10T00:41:44.732Z","repository":{"id":175367717,"uuid":"612409717","full_name":"application-research/delta-standalone","owner":"application-research","description":"Delta Standalone Installer","archived":false,"fork":false,"pushed_at":"2023-06-02T17:09:42.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-25T04:11:13.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/application-research.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-10T22:13:34.000Z","updated_at":"2023-06-14T17:28:24.000Z","dependencies_parsed_at":"2023-08-01T13:15:35.386Z","dependency_job_id":null,"html_url":"https://github.com/application-research/delta-standalone","commit_stats":null,"previous_names":["application-research/delta-standalone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Fdelta-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Fdelta-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Fdelta-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/application-research%2Fdelta-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/application-research","download_url":"https://codeload.github.com/application-research/delta-standalone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244394463,"owners_count":20445634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-25T05:37:11.048Z","updated_at":"2025-10-26T18:17:37.839Z","avatar_url":"https://github.com/application-research.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delta Standalone Installer\n\nThis repo provides scripts to set up a standalone instance of Delta quickly and easily.\n## Prerequisites\nPlease ensure the following are installed before beginning.\n\n- Go v1.19 or greater (https://go.dev/doc/install)\n- Nodejs v1.18 or greater (https://nodejs.org/en/download/)\n- Rust v1.49 or greater (https://www.rust-lang.org/tools/install)\n- Git (https://git-scm.com/downloads)\n\n\n## Quick-start\nRun everything in one command using the boostrapper gist. This will set everything up for you in a directory called `delta-standalone`. No additional steps required.\n\n```bash\ncurl -s https://gist.githubusercontent.com/jcace/66d3c733c58cc53c2c692af547c875c7/raw/delta-standalone-bootstrap.sh?_=$(uuidgen) \\\n| bash\n```\n\n \u003e or, run the script contained in this repo `./install.sh` \nMake sure you save the **API KEY** output as you'll need it to interact with Delta\n\n```bash\n| obtaining a new api key\n| your DELTA API key is: ESTXXX-XXX-XXXARY # \u003c- Save this ! \n| \u003e\u003e Please save this key for future requests\n```\n\nThen, access the Delta UI at `http://localhost:3000` \n\n## Updating\nRun the script `./delta-standalone/update.sh` to update all repositories to the latest version. It will also rebuild and restart the services. \n\n\n## Stopping Delta Standalone\n`./stop.sh`\n\n## Restarting Delta Standalone\n`./start.sh`\n\n## Important Files\n- `delta.env` contains the exported Delta API key. Back up this file. When running any Delta command-line operations, source this file first i.e `source delta.env` \n- `delta-dm.db` is the sqlite db file for Delta DM. Ensure this file is backed up!\n- `delta.db` is the sqlite db file for Delta. Ensure this file is backed up!\n\n## Default URLs\n- Delta: http://localhost:1414\n- Delta-DM: http://localhost:1314\n- Delta-DM frontend: http://localhost:3000\n\n\n## Troubleshooting\n### Check if apps are running\n`ps -aux | grep delta`\n\nYou should see three processes running - `delta`, `delta-dm` and `delta-nextjs-client`\n```bash\nroot     3540536 1013  0.0 8625752 654032 pts/1  Sl   14:46   5:03 ./delta/delta daemon --mode=standalone\nroot     3540835  0.1  0.0 1167796 20312 pts/1   Sl   14:46   0:00 ./delta-dm/delta-dm daemon\nroot     3540908  7.2  0.0 11134732 73124 pts/1  Sl   14:46   0:00 node /mnt/mnt_2/delta-standalone/delta-nextjs-client/node_modules/.bin/next start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplication-research%2Fdelta-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplication-research%2Fdelta-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplication-research%2Fdelta-standalone/lists"}