{"id":41740248,"url":"https://github.com/neotesk/truct","last_synced_at":"2026-01-25T00:12:27.840Z","repository":{"id":311634861,"uuid":"1027764764","full_name":"neotesk/truct","owner":"neotesk","description":"Pretty minimal workflow runner.","archived":false,"fork":false,"pushed_at":"2025-09-23T07:48:06.000Z","size":69,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T09:27:10.843Z","etag":null,"topics":["build","build-system","build-tool","builder","construct","make","workflow","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neotesk.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-28T13:54:34.000Z","updated_at":"2025-09-23T07:48:27.000Z","dependencies_parsed_at":"2025-08-25T17:48:57.700Z","dependency_job_id":"82735fd1-cfd8-4a9c-b72e-eaad67e6b469","html_url":"https://github.com/neotesk/truct","commit_stats":null,"previous_names":["neotesk/truct"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/neotesk/truct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotesk%2Ftruct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotesk%2Ftruct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotesk%2Ftruct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotesk%2Ftruct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neotesk","download_url":"https://codeload.github.com/neotesk/truct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotesk%2Ftruct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":["build","build-system","build-tool","builder","construct","make","workflow","workflow-automation"],"created_at":"2026-01-25T00:12:27.775Z","updated_at":"2026-01-25T00:12:27.832Z","avatar_url":"https://github.com/neotesk.png","language":"Go","readme":"\u003ch1\u003eTruct\u003cimg align=\"left\" width=\"42\" height=\"42\" alt=\"logo\" src=\"https://github.com/user-attachments/assets/1a8052d1-924c-4799-9037-8a7c6ac5fc68\" /\u003e\u003c/h1\u003e\n\nTruct[^1] is a pretty minimal workflow runner, allowing you to store your tasks inside one single\nTruct file (generally stored as `truct.yaml`) which is a YAML[^2] file, this way it will be readable\nfor humans! Compared to other systems like Make[^3], Truct aims to be simple and beginner-friendly\nfor small projects.\n\n### Installation (Manual)\nYou can install Truct manually through the [Releases](https://github.com/neotesk/truct/releases)\nsection. Currently there are builds only for *Nix operating systems (Linux[^4], OpenBSD[^7], macOS[^6] etc)\nand Windows[^5].\n\n### Installation (Automatic for Linux/Unix systems)\n```\nbash \u003c(curl -sSL https://raw.githubusercontent.com/neotesk/truct/main/docs/install.sh)\n```\n\n### Installation (Automatic for Termux)\n```\nbash \u003c(curl -sSL https://raw.githubusercontent.com/neotesk/truct/main/docs/termux-install.sh)\n```\n\n### Usage\nYou can start with the help command like so:\n```\ntruct help\n```\nAfter writing your workflow file, you can run workflows with this command:\n```\ntruct do\n```\n\n### Why does this exist?\nThis exists because I like making small projects that will make my job easier and I don't want to\nadapt to many many other systems on the current market, so I like to combine my favorite parts of\nthese systems into one single unit, thus many of my projects have born into existence. Truct is\none of them since I only needed a simple workflow runner that does basic work and nothing else.\nFor more information, please visit the [Truct wiki](https://github.com/neotesk/truct/wiki)\n\n[^1]: Truct comes from \"construct\" in English.\n[^2]: [YAML](https://en.wikipedia.org/wiki/YAML) is a human-readable markup language, stands for \"Yet Another Markup Language\"\n[^3]: [Make](https://en.wikipedia.org/wiki/Make_(software)) is a command-line interface software tool that performs actions ordered by configured dependencies as defined in a configuration file called a makefile\n[^4]: [Linux](https://en.wikipedia.org/wiki/Linux) is an Unix-like Operating system.\n[^5]: [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows) is a popular computer operating system used world-wide.\n[^6]: [macOS](https://en.wikipedia.org/wiki/MacOS) is a popular computer operating system used in Apple's Mac and Macbook computers.\n[^7]: [OpenBSD](https://en.wikipedia.org/wiki/OpenBSD) is a security-focused, free software, Unix-like operating system based on the Berkeley Software Distribution (BSD).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotesk%2Ftruct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneotesk%2Ftruct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotesk%2Ftruct/lists"}