{"id":25986821,"url":"https://github.com/xz-dev/juststart","last_synced_at":"2026-06-01T02:31:00.277Z","repository":{"id":171894778,"uuid":"648357359","full_name":"xz-dev/juststart","owner":"xz-dev","description":"A simple, intuitive, and extensible cross-platform service manager.","archived":false,"fork":false,"pushed_at":"2023-06-08T15:44:59.000Z","size":151,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T12:36:42.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xz-dev.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}},"created_at":"2023-06-01T19:34:06.000Z","updated_at":"2023-06-09T03:29:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f1fac99-8560-4f23-a33f-fd7a862f876a","html_url":"https://github.com/xz-dev/juststart","commit_stats":null,"previous_names":["xz-dev/juststart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xz-dev/juststart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fjuststart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fjuststart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fjuststart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fjuststart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xz-dev","download_url":"https://codeload.github.com/xz-dev/juststart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xz-dev%2Fjuststart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33757790,"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-01T02:00:06.963Z","response_time":115,"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":"2025-03-05T12:33:28.334Z","updated_at":"2026-06-01T02:31:00.271Z","avatar_url":"https://github.com/xz-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# juststart (jst)  \n  \nA simple, intuitive, and extensible cross-platform service manager inspired by Gentoo's Portage and supporting monkey patching.  \n  \n## Description  \n  \njuststart (shortened as jst) is a service management system designed to replace runit and systemctl service managers. It features intuitive scripts (including status hook scripts), script-based timers, flexible configurations, and user-friendly automation. In addition, it follows the principle of behavior as parameters, allowing users to use this service management system more naturally. With influences from Gentoo's Portage, juststart also supports monkey patching for easy customization of the software's behavior.  \n  \n  \n## Features  \n  \n- User-friendly, following the KISS (Keep it simple) principle  \n- Script-based timers  \n- Flexible configurations and automation  \n- Behavior as parameters  \n- Supports monkey patching for easy behavior customization  \n- Can be used as an init system(Planing)  \n- Designed for cross-platform compatibility  \n- Accepts other software (e.g., systemd, runit) as backends  \n- Inspired by Gentoo's Portage with a simple world list  \n  \n## Dependencies  \n  \n- Python standard library  \n  \n## Installation  \n  \nIt is recommended to install using pip from GitHub:  \n  \n```bash\npip install git+https://github.com/xz-dev/juststart.git\n```\n  \nOr use tools like pipx for installation.  \n  \n## Usage  \n  \n1. Create a service directory:  \n  \n   ```bash\n   mkdir ~/server\n   ```\n  \n2. Start the juststart service:  \n  \n   ```bash\n   juststart -c ~/server serve\n   ```\n  \n3. Open a new terminal and use the following commands to add, manage, and view the service status:  \n  \n   ```bash\n   jst -c ~/server add run.sh\n   jst -c ~/server status run\n   ```\n  \n## Commands  \n  \nHere\\'s a brief overview of the available commands:  \n  \n- `serve`: Run as a daemon  \n- `add`: Add a service  \n- `del`: Delete a service  \n- `enable`: Enable a service  \n- `disable`: Disable a service  \n- `start`: Start a service  \n- `restart`: Restart a service  \n- `stop`: Stop a service  \n- `reload`: Reload config for a service  \n- `status`: Status of a service  \n- `list`: List all services  \n- `gc`: Garbage collect for stopped services  \n- `shutdown`: Shutdown the daemon  \n  \nFor more detailed information, refer to `jst --help`.  \n  \n## Roadmap  \n  \n1. Implement comprehensive testing, including unit tests and behavior tests.  \n2. Add support for systemd and runit as backends.  \n  \nThis project is currently under active development, and we welcome everyone to join the development process, submit code, or share ideas in the user community, on GitHub, or anywhere else.  \n  \n## Community and Communication  \n  \nTo join the user community and communicate with other users, please join our Matrix room:  \n  \n[Matrix Room: #juststart:matrix.org](https://matrix.to/#/#juststart:matrix.org)  \n  \nFeel free to ask questions, share your experiences, and contribute to the project!  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fjuststart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxz-dev%2Fjuststart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxz-dev%2Fjuststart/lists"}