Join the community and help make AI coding more secure for everyone
Contribute features, fix bugs, or improve performance. All code contributions are welcome!
View Open Pull RequestsFound a bug? Report it on GitHub with details about your environment and steps to reproduce.
Report a BugHave an idea for a new feature? Share it with the community and discuss how it could work.
Start a DiscussionHelp others by improving docs, adding examples, or translating content.
View Docs SourceAnswer questions, share your experiences, and help newcomers get started.
Join DiscussionsFork the nokey repository to your GitHub account.
git clone https://github.com/YOUR-USERNAME/nokey.git Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name Write code, add tests, and update documentation as needed.
Push your changes and create a pull request with a clear description of your changes.
We are committed to providing a welcoming and inclusive environment for all contributors.
# Clone the repository
git clone https://github.com/nokey-ai/nokey.git
cd nokey
# Build the binary
go build -o nokey
# Run tests
go test ./... cd website
npm install
npm run dev Join our community and help make AI coding more secure for everyone.