{"id":20597698,"url":"https://github.com/d4isdavid/dxm","last_synced_at":"2026-03-07T23:04:07.069Z","repository":{"id":244560142,"uuid":"769713942","full_name":"D4isDAVID/dxm","owner":"D4isDAVID","description":"CLI tool that manages FXServer artifacts \u0026 resources.","archived":false,"fork":false,"pushed_at":"2026-02-05T14:03:36.000Z","size":308,"stargazers_count":9,"open_issues_count":11,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T05:29:19.479Z","etag":null,"topics":["cfx","citizenfx","fivem","fxserver","redm"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/D4isDAVID.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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},"funding":{"github":"D4isDAVID","ko_fi":"D4isDAVID"}},"created_at":"2024-03-09T21:04:35.000Z","updated_at":"2026-02-05T14:05:27.000Z","dependencies_parsed_at":"2024-11-08T19:31:31.650Z","dependency_job_id":"91a67d97-9dec-4a53-a152-878343b8e6aa","html_url":"https://github.com/D4isDAVID/dxm","commit_stats":null,"previous_names":["d4isdavid/dxm"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/D4isDAVID/dxm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4isDAVID%2Fdxm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4isDAVID%2Fdxm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4isDAVID%2Fdxm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4isDAVID%2Fdxm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D4isDAVID","download_url":"https://codeload.github.com/D4isDAVID/dxm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D4isDAVID%2Fdxm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30236059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["cfx","citizenfx","fivem","fxserver","redm"],"created_at":"2024-11-16T08:23:33.283Z","updated_at":"2026-03-07T23:04:07.052Z","avatar_url":"https://github.com/D4isDAVID.png","language":"Rust","funding_links":["https://github.com/sponsors/D4isDAVID","https://ko-fi.com/D4isDAVID"],"categories":[],"sub_categories":[],"readme":"# dxm\n\n\u003e [!NOTE]\n\u003e This project is still in development.\n\nA manager for FXServer artifacts \u0026 resources.\n\nNeed support? Check out the [Discord server](https://discord.gg/rdjpS2K8hC)!\n\n- [Key Features](#key-features)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Key Features\n\n### Artifacts Management\n\ndxm can automatically install and update new artifacts for you.\nSupports JG Scripts' [Artifacts DB]!\n\n### Planned\n\n- Resource Management\n- Recipes\n\n## Installation\n\n### Install\n\ndxm includes a command that sets up a new `.dxm` directory in your user's home\ndirectory, and adds it to the environment `PATH`.\n\n1. Install the appropriate archive for your Operating System from the latest\n  [GitHub release].\n2. Unpack the binary from the downloaded archive.\n3. Open a terminal in the directory of the installed binary.\n4. Run `./dxm.exe self setup` on Windows or `./dxm self setup` on Linux.\n\nAfter completing these steps, you will be able to use `dxm` from anywhere next\ntime you start up the terminal.\n\n### Update\n\nTo update dxm, run `dxm self update`.\nThis will automatically install the latest [GitHub release].\n\n### Uninstall\n\nTo uninstall dxm, simply run `dxm self uninstall`.\nThis will remove the dxm files, and remove them from the environment `PATH`.\n\n## Usage\n\n### The Manifest\n\ndxm works using a `dxm.toml` file in the root of your server.\n\nThis file will contain all the data dxm needs to manage it.\n\n### Creating a Server\n\nYou can use `dxm new [name]` or `dxm init` to create a new server with some\nbasic files, a git repository, and the latest artifacts.\n\nYou can then use `dxm run` to start the server.\n\n### Managing Artifacts\n\nYou can use `dxm install [version]` to install a new artifacts version.\nYou may use either version numbers, or aliases such as `recommended`, `latest`,\nand `latest-jg`. If you have a `dxm.toml` file with a valid version specified,\nyou may emit the version from the command completely.\n\nNext time you want to update, you can use `dxm update` to download the latest\nartifact applicable to the update channel in `dxm.toml`.\n\n[github release]: https://github.com/D4isDAVID/dxm/releases\n[artifacts db]: https://artifacts.jgscripts.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4isdavid%2Fdxm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd4isdavid%2Fdxm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4isdavid%2Fdxm/lists"}