{"id":36985214,"url":"https://github.com/prnz-net/pnotes","last_synced_at":"2026-01-13T23:01:07.218Z","repository":{"id":328942677,"uuid":"1117445720","full_name":"PRNZ-NET/pNotes","owner":"PRNZ-NET","description":"pNotes is a minimal, vault-style desktop application for private notes.","archived":false,"fork":false,"pushed_at":"2025-12-16T10:42:19.000Z","size":1105,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T19:42:31.059Z","etag":null,"topics":["go","golang","note","notes","vault","wails"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PRNZ-NET.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-12-16T10:21:04.000Z","updated_at":"2025-12-16T14:57:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/PRNZ-NET/pNotes","commit_stats":null,"previous_names":["prnz-net/pnotes"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PRNZ-NET/pNotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRNZ-NET%2FpNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRNZ-NET%2FpNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRNZ-NET%2FpNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRNZ-NET%2FpNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRNZ-NET","download_url":"https://codeload.github.com/PRNZ-NET/pNotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRNZ-NET%2FpNotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["go","golang","note","notes","vault","wails"],"created_at":"2026-01-13T23:01:06.439Z","updated_at":"2026-01-13T23:01:07.203Z","avatar_url":"https://github.com/PRNZ-NET.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/icon.png\" alt=\"pNotes Logo\" width=\"128\" height=\"128\"\u003e\n\n  # pNotes\n\n  A minimal desktop application for private notes with local encryption.\n\n  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n  [![Go Version](https://img.shields.io/badge/Go-1.23+-00ADD8?logo=go)](https://golang.org/)\n  [![Wails](https://img.shields.io/badge/Wails-v2-38BDF8?logo=wails)](https://wails.io/)\n  [![Platform](https://img.shields.io/badge/Platform-macOS%20%7C%20Windows%20%7C%20Linux-lightgrey)](https://github.com/PRNZ-NET/pNotes)\n  [![SQLite](https://img.shields.io/badge/Database-SQLite-003B57?logo=sqlite)](https://www.sqlite.org/)\n\n  [Features](#features) • [Installation](#installation) • [Usage](#usage) • [Development](#development) • [License](#license)\n\u003c/div\u003e\n\n## Screenshot\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/showcase.jpeg\" alt=\"pNotes Showcase\" width=\"900\"\u003e\n  \u003cp\u003e\u003cem\u003epNotes running on desktop\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n### Security\n- Local AES-256-GCM encryption\n- Password-protected notes\n- Data is encrypted on your machine only\n\n### Notes\n- Markdown support (GitHub-flavored)\n- Editor, preview or split view\n- Live rendering while typing\n\n### Organization\n- Tags for grouping notes\n- Filter by tags or encryption state\n- Simple text search\n\n### Performance\n- SQLite database\n- Indexed queries\n- WAL mode enabled\n- Handles large note collections without noticeable lag\n\n### Languages\n- English\n- Russian\n- Easy to extend with new translations\n\n### Interface\n- Dark theme\n- Minimal layout\n- Focus on content, not UI noise\n\n## Installation\n\n### Requirements\n- Go 1.23+\n- Node.js 18+\n- Wails CLI v2\n\n### Build from source\n\nClone the repository:\n\n```bash\ngit clone https://github.com/PRNZ-NET/pNotes.git\ncd pNotes\n```\n\nInstall Wails (if needed):\n\n```bash\ngo install github.com/wailsapp/wails/v2/cmd/wails@latest\n```\n\nInstall frontend dependencies:\n\n```bash\ncd frontend\nnpm install\ncd ..\n```\n\nBuild the app:\n\n```bash\nwails build\n```\n\nThe binary will be available in `build/bin`.\n\n### Development mode\n\n```bash\nwails dev\n```\n\n## Usage\n\n### Creating notes\n1. Click New Note\n2. Enter title and content\n3. Use Markdown if needed\n4. Add tags\n5. Save\n\n### Encrypting notes\n1. Enable Encrypt note\n2. Enter a password\n3. Confirm it\n4. The note is stored encrypted locally\n\n### Opening encrypted notes\n1. Click a locked note\n2. Enter the password\n3. The note is decrypted in memory\n\n### Filtering\n- By tags\n- By encryption state\n- By text search\n\n### Editor modes\n- Edit\n- Preview\n- Split view\n\n## Development\n\n### Project structure\n\n```\npNotes/\n├── internal/\n│   ├── errors/\n│   ├── interfaces/\n│   ├── models/\n│   ├── repository/\n│   ├── services/\n│   └── utils/\n├── frontend/\n│   ├── src/\n│   │   ├── components/\n│   │   ├── hooks/\n│   │   ├── i18n/\n│   │   └── types/\n│   └── package.json\n├── app.go\n├── main.go\n└── wails.json\n```\n\n### Stack\n\nBackend:\n- Go\n- Wails v2\n- SQLite\n- AES-256-GCM\n\nFrontend:\n- React\n- TypeScript\n- Vite\n- react-markdown\n\n### Architecture\n- Clean separation of layers\n- Repository pattern\n- Service-based logic\n- No external services required\n\n## Security\n\n- Encryption: AES-256-GCM\n- Key derivation: PBKDF2 (100k iterations)\n- Per-note salt and nonce\n\nKeys are derived from the password and never stored.\nAll data stays local.\n\n## License\n\nLicensed under GNU GPL v3.0.\nSee the LICENSE file for details.\n\n## Contributing\n\nPull requests are welcome.\n1. Fork the repo\n2. Create a branch\n3. Commit changes\n4. Open a PR\n\n## Author\n\nGray\n- Email: postmaster@prnz.net\n- GitHub: https://github.com/PRNZ-NET\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003ePRNZ\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprnz-net%2Fpnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprnz-net%2Fpnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprnz-net%2Fpnotes/lists"}