{"id":24586917,"url":"https://github.com/autonomys/space-acres","last_synced_at":"2026-01-21T13:01:47.195Z","repository":{"id":210712811,"uuid":"727255928","full_name":"autonomys/space-acres","owner":"autonomys","description":"Space Acres is an opinionated GUI application for farming on Autonomys Network","archived":false,"fork":false,"pushed_at":"2025-08-14T02:35:10.000Z","size":4664,"stargazers_count":66,"open_issues_count":10,"forks_count":38,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-08-14T02:35:15.968Z","etag":null,"topics":["autonomys","farming","plotting","subspace"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autonomys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-04T13:57:30.000Z","updated_at":"2025-07-14T13:18:15.000Z","dependencies_parsed_at":"2023-12-19T03:18:36.161Z","dependency_job_id":"d9a21c9f-03d6-47ad-af36-802dec300019","html_url":"https://github.com/autonomys/space-acres","commit_stats":{"total_commits":86,"total_committers":1,"mean_commits":86.0,"dds":0.0,"last_synced_commit":"8e3fb5fe120cc10ba94478ce7bef511f6cd5f969"},"previous_names":["nazar-pc/space-acres","subspace/space-acres","autonomys/space-acres"],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/autonomys/space-acres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autonomys%2Fspace-acres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autonomys%2Fspace-acres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autonomys%2Fspace-acres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autonomys%2Fspace-acres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autonomys","download_url":"https://codeload.github.com/autonomys/space-acres/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autonomys%2Fspace-acres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["autonomys","farming","plotting","subspace"],"created_at":"2025-01-24T06:15:31.950Z","updated_at":"2026-01-21T13:01:47.139Z","avatar_url":"https://github.com/autonomys.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Space Acres\n\n[![Latest Release](https://img.shields.io/github/v/release/autonomys/space-acres?display_name=tag\u0026style=flat-square)](https://github.com/autonomys/space-acres/releases)\n[![Downloads Latest](https://img.shields.io/github/downloads/autonomys/space-acres/latest/total?style=flat-square)](https://github.com/autonomys/space-acres/releases/latest)\n[![Rust](https://img.shields.io/github/actions/workflow/status/autonomys/space-acres/rust.yml?branch=main)](https://github.com/autonomys/space-acres/actions/workflows/rust.yaml)\n\nSpace Acres is an opinionated GUI application for farming on [Autonomys Network](https://www.autonomys.xyz/).\n\n## Current status\n\nCurrent status of the project is Beta.\n\nThis means that it should generally work, most happy paths and edge cases are handled, many error cases have reasonable\nrecovery options, etc.\n\nCurrent version supports Autonomys Mainnet chain only and doesn't allow to select anything else. It supports upgrading\nexisting installations from Gemini 3h.\n\n## Features\n\nCurrent features:\n\n* Configuration (reward address, node location, multiple farms, P2P ports and some advanced options)\n* Node sync with displayed progress, speed and ETA, network connections\n* Farmer plotting/farming piece cache/plotting/replotting progress display and speed calculation\n* Farmer auditing/proving performance indicators\n* Farmer sector state visualization\n* Desktop notifications with rewards and other notable events\n* Very easy to use\n\nUpcoming features/capabilities: see open issues, also consider contributing if something is missing!\n\n## Installation\n\nSee [docs/INSTALLATION.md](docs/INSTALLATION.md) for details\n\n## Project structure\n\nThe project at high level is structured in a few large modules:\n\n* `backend` handles all the backend functionality\n    * `config` contains configuration data structure with ability to read, write and validate it\n    * `farmer` contains farmer implementation with a wrapper data structure that abstracts away its internals\n    * `networking` contains networking stack that is shared between `farmer` and `node` with a wrapper data structure\n      that abstracts away its internals\n    * `node` contains consensus node with a wrapper data structure that abstracts away its internals\n    * `utils` contains some low-level utilities\n* `frontend` handles majority of frontend logic with each module corresponding to a major application screen/view or\n  feature\n* `res` contains various non-code resources required for application operation and/or packaging\n    * `app.css` contains a few small non-critical tweaks for presentation, it will likely be necessary to ship a GTK4\n      theme with the app in the future to ensure consistent look\n    * `linux` contains Linux-specific resources\n    * `macos` contains macOS-specific resources\n    * `translations` contains translations to various languages\n    * `windows` contains Windows-specific resources\n* `main.rs` handles CLI, instantiates frontend and backend, wiring everything together\n\nApplication supports bare minimum configuration and doesn't support operator functionality (not yet anyway).\n\n## How to build\n\nIn order to build this app you'll need to install both dependencies necessary for building\n[Subspace](https://github.com/autonomys/subspace) and [GTK4](https://github.com/gtk-rs/gtk4-rs), including the optional\n`librsvg`. Follow their documentation for details.\n\nThen simply `cargo run` will get you where to want to be.\n\n## Contribution\n\nContributions of various kinds are welcome and appreciated.\n\n## License\n\nZero-Clause BSD\n\nhttps://opensource.org/licenses/0BSD\n\nhttps://tldrlegal.com/license/bsd-0-clause-license \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautonomys%2Fspace-acres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautonomys%2Fspace-acres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautonomys%2Fspace-acres/lists"}