conversation-steganography
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.
It offers a graph-native task store with dependency tracking, atomic claims, and ready-task detection, with zero infrastructure in embedded mode, and supports multiple backends (GitHub, Jira, Linear) with a normalized schema.
Farm Table is an open-source task runtime built specifically for AI agents. It provides coding and execution agents with a single, predictable, and robust interface to receive work, understand complex dependency structures, and track execution progress—whether tasks reside in GitHub, Jira, Linear, or Farm Table's own built-in graph-native backend.
When no external platform is connected, the built-in backend provides a graph-native task store complete with dependency tracking, atomic CAS (Compare-And-Swap) claims, and instant ready-task detection. No API keys, no SaaS accounts, and zero complex configuration are required.
NOTE: Farmtable is at an early and experimental stage
Farm Table operates transparently in two modes from the exact same codebase:
┌─ Embedded Mode (Default) ──────────────────────────────────────┐
│ ft CLI ──bufconn──► In-Process FarmTableService │
│ └──► EntStore (SQLite) │
│ Single process. Zero infrastructure. Just works. │
├─ Client-Server Mode ───────────────────────────────────────────┤
│ ft CLI ──gRPC/TLS──► farmtable-server (Separate Process) │
│ └──► EntStore (Postgres) │
│ Multi-agent coordination. Production deployments. │
└────────────────────────────────────────────────────────────────┘
~/.farmtable/farmtable.db (overridable via FARMTABLE_DB_PATH). Communication is routed through bufconn (an in-memory network connection), creating a single-binary zero-dependency experience.FARMTABLE_SERVER environment variable, --server flag, or the config file server key is supplied. This connects the CLI or agent to a standalone farmtable-server backed by Postgres for multi-agent coordination.Every task—whether synced from GitHub or managed locally—is represented in a single, predictable schema defined in Protobuf (proto/farmtable/v1/farmtable.proto).
triage, accepted, working, hSimilar projects matched by category, topics, and programming language.
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.
simslim reduces iOS simulator memory usage by 4x by disabling unnecessary background daemons, allowing many more simulators to run on a single Mac.