| Crates.io | antegen-cron |
| lib.rs | antegen-cron |
| version | 4.0.0 |
| created_at | 2025-12-14 18:55:16.219119+00 |
| updated_at | 2025-12-18 20:22:34.204514+00 |
| description | A cron expression parser that's safe to use in the Solana runtime |
| homepage | https://antegen.xyz/ |
| repository | https://github.com/wuwei-labs/antegen |
| max_upload_size | |
| id | 1984928 |
| size | 74,481 |
Antegen is a hard fork from Clockwork at commit 44d2038. This was done to continue the development of the protocol in an Open Source environment. The rebranding from Clockwork to Antegen became necessary due to limitations in accessing and updating the crates.io packages and on-chain programs.
Antegen maintains the core protocol design from Clockwork while modernizing the codebase for compatibility with the latest Solana ecosystem dependencies. This includes support for:
This open-source development path enables:
There's been work on a truly open source version of Clockwork via the Open Clockwork project. Which appears to take the approach of carrying the torch from where the original project left off ensure backwards compatibility.
[!NOTE] Antegen is now under active development as its own project. While it shares historical roots with Clockwork, all interfaces and implementations are subject to change as the project evolves to meet its unique objectives.
| Program | Address | Devnet | Mainnet |
|---|---|---|---|
| Network | AgNet6qmh75bjFULcS9RQijUoWwkCtSiSwXM1K3Ujn6Z |
||
| Thread v1 | AgThdyi1P5RkVeZD2rQahTvs8HePJoGFFxKtvok5s2J1 |
| Language | Description | Lib | Examples |
|---|---|---|---|
| Anchor | Anchor bindings for Solana programs. | crates.io | |
| Rust | Rust bindings for clients. | crates.io | |
| Typescript | Typescript bindings for clients and frontends. |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.6/install)"
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
avm install latest
If you are on linux, you might need to run this:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
Install with cargo:
cargo build --workspace
cargo install --path cli
https://solana.stackexchange.com/questions/17777/unexpected-cfg-condition-value-solana
anchor build
antegen localnet --dev
tail -f validator.log
solana logs