
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
A local GitHub-like file browser for viewing and exploring codebases in your browser. Launch it in any folder to get a beautiful web-based directory browser with syntax highlighting and powerful navigation features.
TUIs (Terminal User Interfaces) like Claude Code, Google Gemini CLI, and Cursor have become very popular tools for working on codebases, but they don't provide a visual view into the directories and files themselves. gh-here exists to fill that gap, so you can easily explore your project files in a familiar GitHub-esque browser GUI.
Run gh-here directly with npx (no installation required):
npx gh-here
Or install it globally:
npm install -g gh-here
Navigate to any directory and run:
gh-here # Start server on available port
gh-here --open # Start server and open browser
gh-here --port=8080 # Start server on port 8080
gh-here --open --browser=safari # Start server and open in Safari
gh-here --open --browser=arc # Start server and open in Arc
The app will automatically find an available port starting from 5555 and serve your current directory with a GitHub-like interface.
#L10-L20)j/k or arrow keys to navigate filesEnter or o to open files/folderse to edit focused filec to create new file/ or s to focus searchh to go up directoryt to toggle themei to toggle .gitignore filterd to show diff for focused file (if git changes)r to refresh? to show keyboard shortcutsCtrl/Cmd + S to save file (in editor)Esc to close editor/dialogsSupports syntax highlighting for 30+ languages including JavaScript, TypeScript, Python, Go, Rust, Java, C/C++, and many more through Monaco Editor integration.
| Shortcut | Action |
|---|---|
j / ↓ | Move down |
k / ↑ | Move up |
Enter / o | Open file/folder |
e | Edit focused file |
c | Create new file |
h | Go up directory |
/ / s | Focus search |
Ctrl/Cmd + K | Focus search |
Ctrl/Cmd + G | Go to top |
Shift + G | Go to bottom |
t | Toggle theme |
i | Toggle .gitignore filter |
d | Show diff for focused file |
r | Refresh page |
? | Show keyboard shortcuts |
Ctrl/Cmd + S | Save file (in editor) |
Esc | Close editor/dialogs |
#L5, #L10-L20, #L1,L5-L10)npm install
npm start
Navigate to http://localhost:5555 to view the interface.
FAQs
A local GitHub-like file browser for viewing code
We found that gh-here demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.