awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
taskctl avatar

taskctl/taskctl

0
View on GitHub↗
322 stars·41 forks·Go·GPL-3.0·14 views

Taskctl

Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰

Features

  • Build Automation - Concurrent task runner for build processes.
  • General Utilities - Concurrent task execution library.
  • General Utility Libraries - Concurrent task runner.

Star history

Star history chart for taskctl/taskctlStar history chart for taskctl/taskctl

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does taskctl/taskctl do?

Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰

What are the main features of taskctl/taskctl?

The main features of taskctl/taskctl are: Build Automation, General Utilities, General Utility Libraries.

Which projects share features with taskctl/taskctl?

Projects with overlapping indexed features include: tockins/realize — Realize is a development workflow automator, task runner, and live-reloading tool primarily used for Golang… tj/mmake — Modern Make. go-task/task — Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a… alxrm/ugo. abo/rerate. afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services…

Projects sharing features with Taskctl

These projects share indexed features with Taskctl. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tj/mmaketj avatar

    tj/mmake

    1,738View on GitHub↗

    Modern Make

    Gobuild-systembuild-toolmake
    View on GitHub↗1,738
  • tockins/realizetockins avatar

    tockins/realize

    4,439View on GitHub↗

    Realize is a development workflow automator, task runner, and live-reloading tool primarily used for Golang application development. It monitors the filesystem for changes to automatically restart running applications and execute predefined sequences of shell commands and environment variables. The system acts as a multi-project task manager, coordinating and tracking automation workflows across several different software projects simultaneously from a single configuration. Its capability surface covers filesystem event monitoring, process lifecycle management for hot-reloading, and the exec

    Go
    View on GitHub↗4,439
  • go-task/taskgo-task avatar

    go-task/task

    15,721View on GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Go
    View on GitHub↗15,721
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHub↗4,418
Compare all 30 related projects→