Project Info

This project did not submit a demo video on Devpost.

Inspiration

AI-powered tools are changing the way developers think about programming incredibly quickly. Less than two years after its official launch, Copilot's become integral to the programming experience—for its users, over half of the code they write is generated by Copilot. But the terminal, another key component of the developer experience, has remained largely untouched. We found ourselves frustrated with having to constantly switch back and forth being ChatGPT sessions and terminal windows, trying to find the right context to paste in, and still needing to resort to documentation and manpages to debug unfamiliar commands. Beyond that, we wanted a private, personalized solution—one that could learn from our commands, be as "terminal-literate" as possible, and didn't rely on closed models like OpenAI's. We wanted a copilot that (1) integrated directly into the terminal, with UX as seamless as possible, (2) could learn from our commands and become a personalized assistant, and (3) worked offline and open-source, unlike most of the proprietary, closed solutions that are widespread today. So we built zyzx, a copilot that does just that.

What it does

zyzx works as a tiny executable that you can invoke right from your shell

How we built it

We built it in Zig!

Challenges we ran into

We ran into many challenges; this was our first time working with the language Zig, and we also ran into many challenges training the model.

Accomplishments we're proud of

We are proud that we have a functional terminal!

What we learned

We learned a lot about compile time optimization and Zig.

What's next

More commands!

Analysis

Compare with all teams

View

Metric

Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.

Technology

Found in codeClaimed only
  • CSSIn code
  • Next.jsIn code
  • OpenAIIn code
  • PythonIn code
  • PyTorchIn code
  • ReactIn code
  • TypeScriptIn code

7 of 7 appear in the indexed code.

AI coding agents

No AI coding agent signals were found in this repository.

Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.

Codebase size

Source size

40 KB

Source files

16

Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.

0 stars