The shape of siGit
The shape of siGit
siGit has grown past being one app, so it’s worth saying plainly what it is now and how the pieces fit. There are three of them, and they’re meant to work together.
sigit.si is the git host
sigit.si is where the code lives: repositories, branches, commits, and the review surface around them. Ordinary git hosting, built with the assumption that a lot of the commits arriving in those repos were written with an agent in the loop rather than typed by hand.
siGit Code runs on your machine
siGit Code is the coding agent, and the part worth understanding first is that it does its inference locally. By default the model runs on your own hardware, works against your local repos, and sends nothing to a server. If you never sign up for a hosted plan, nothing you do ever leaves your machine. There’s no copy on our side to leak or to train on, because we never receive one.
That local-first choice shows up in the product. The front page of code.sigit.si is your own dashboard: telemetry from your local sessions, shown only if you turn it on, and kept on your machine.
siGit Code Cloud is the hosted option
Some work wants more than a laptop is willing to give. siGit Code Cloud is the hosted version of the same agent, with inference running on our servers instead of yours. You sign in, pick a quality tier, and chat, and your conversations are saved so you can come back to them. It’s live at code.sigit.si today.
What it isn’t, yet
We are building an autonomous mode: hand the agent a task, walk away, and come back to a pull request you can review. A person always makes the final call, and it won’t merge on its own. It isn’t ready, and we’d rather show it than describe it, so that’s all we’ll say for now.
The reason it’s a shorter walk for us than for most is simple. We already own the agent and the host it works against, so the new part is mostly running the agent we ship against a repo we already keep, and opening a PR at the end.
Where to start
If you want to try the parts that exist today, siGit Code and siGit Code Cloud are both at code.sigit.si. The host is at sigit.si.