winshot
WinShot - A Windows screenshot tool with annotation, crop, and export features built with Wails (Go + React/TypeScript)
File Explorer
Download Latest Version (.zip)- active-plan
- beta-release.yml
- pr-check.yml
- release.yml
- appicon-v1.png
- appicon-v2.png
- appicon-v3.png
- appicon-v4.png
- appicon-v5.png
- appicon-v5a.png
- appicon-v5b.png
- appicon-v5c.png
- appicon-v5d.png
- appicon-v6.png
- appicon-v6a.png
- appicon-v6b.png
- appicon-v6c.png
- appicon-v6d.png
- Info.dev.plist
- Info.plist
- project.nsi
- wails_tools.nsh
- icon.ico
- info.json
- wails.exe.manifest
- appicon.png
- README.md
- code-standards.md
- codebase-summary.md
- editor-structure.md
- project-overview-pdr.md
- release-workflow.md
- system-architecture.md
- tech-stack.md
- nunito-v16-latin-regular.06f3af3f.woff2
- index.html
- nunito-v16-latin-regular.woff2
- OFL.txt
- logo-universal.png
- annotation-shapes.tsx
- annotation-toolbar.tsx
- capture-toolbar.tsx
- crop-overlay.tsx
- crop-toolbar.tsx
- editor-canvas.tsx
- export-toolbar.tsx
- hotkey-input.tsx
- library-window.tsx
- settings-modal.tsx
- settings-panel.tsx
- spotlight-overlay.tsx
- status-bar.tsx
- title-bar.tsx
- update-modal.tsx
- window-picker.tsx
- use-undo-redo.ts
- index.ts
- extract-edge-color.ts
- App.tsx
- main.tsx
- style.css
- vite-env.d.ts
- App.d.ts
- App.js
- models.ts
- package.json
- runtime.d.ts
- runtime.js
- index.html
- package.json
- package.json.md5
- postcss.config.js
- tailwind.config.js
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- config.go
- config_cloud_test.go
- startup.go
- startup_test.go
- hotkeys.go
- library.go
- thumbnail.go
- draw.go
- overlay.go
- types.go
- capture.go
- clipboard.go
- window.go
- tray.go
- updater.go
- credentials.go
- credentials_test.go
- gdrive.go
- gdrive_test.go
- r2.go
- r2_test.go
- upload.go
- enum.go
- code-reviewer-251201-settings-implementation.md
- phase-01-project-setup.md
- phase-02-screenshot-capture.md
- phase-03-basic-editor-ui.md
- phase-04-background-effects.md
- phase-05-annotation-tools.md
- phase-06-text-tool.md
- phase-07-crop-ratio.md
- phase-08-export-save.md
- phase-09-system-integration.md
- phase-10-settings-page.md
- plan.md
- 251201-image-editor-features.md
- researcher-251201-windows-screenshot-apis.md
- research-similar-apps.md
- research-wails-framework.md
- .gitignore
- .releaserc.json
- .repomixignore
- AGENTS.md
- app.go
- app_test.go
- CHANGELOG.md
- CLAUDE.md
- commitlint.config.js
- coverage.html
- coverage.out
- demo.mp4
- demo.png
- go.mod
- go.sum
- LICENSE
- main.go
- package.json
- README.md
- release-manifest.json
- wails.json
# Installation Guide
1. Get the code
git clone https://github.com/mrgoonie/winshot
Downloads the entire project code from GitHub to your computer.
cd winshot
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
