Portfolio
App
ChimrA macOS app that provides impossible-to-miss fullscreen meeting notifications with MCP support.
Chimr is a macOS application designed to help users never miss important meetings. It provides prominent fullscreen notifications for upcoming meetings across various calendar platforms (iCloud, Google, Outlook, Exchange) with one-click meeting join functionality. The app supports MCP (Model Context Protocol), allowing integration with MCP clients like Claude Desktop. Currently in beta for macOS 14.0 (Sonoma) and later.
chimr.zuki.devTechnologiesmacOS, Swift, Calendar Integration, Notifications, MCP
CLI
closestThe command that searches the current directory or parent directories for a specific file and returns the closest path.
Command-line tool that searches upward through directory tree to find the nearest location of a specified file. Useful for finding configuration files and project roots. Ships as a single Go binary with Nix flake packaging and CI-verified releases.
github.com/corrupt952/closestTechnologiesGo, Nix, CLI
tmuxistA tmux bootstrap script.
Tool for automatically building tmux sessions from configuration files. Supports rapid development environment setup and session management.
github.com/corrupt952/tmuxistTechnologiesGo, Shell Script, tmux
sallyportA trust-based, per-directory shell hook for zsh and bash.
Applies environment variables declared in a .sallyport.jsonc file the moment you cd into the directory that owns it, like direnv, but every config must be explicitly trusted before it's ever applied. Trust is a hash of the config's identity and content, so an edit after review silently revokes it. Also verifies the trust store itself is owned by you and not writable by anyone else.
github.com/corrupt952/sallyportTechnologiesGo, Nix, zsh, Security
nooonLightweight, read-only Notion MCP server optimized for token efficiency.
A Notion MCP server built for AI coding agents like Claude Code. Uses the TOON format to minimize output size, caches based on last_edited_time, and fetches nested blocks recursively in a single call. Read-only by design.
github.com/corrupt952/nooonTechnologiesTypeScript, Bun, MCP
xckitCLI tool for managing Xcode String Catalogs (.xcstrings).
Lists, filters, and inspects translation keys, detects untranslated and stale entries, and supports CSV import/export for spreadsheet-based translation workflows. Ships as a single Go binary, so it runs headless on Linux CI without Xcode.
github.com/corrupt952/xckitTechnologiesGo, Xcode, i18n
Extension
Snack TimeA minimalist floating timer that stays with you anywhere on your webpage. Perfect for quick breaks and time management.
A productivity-focused Chrome extension featuring a floating timer overlay on websites. Supports Pomodoro technique and time management with a minimal design that doesn't interfere with browsing focus. Clean and distraction-free interface.
chromewebstore.google.com/detail/snack-time/okaijbdacnkekgchlligfkjccijcghfnTechnologiesTypeScript, Chrome Extension API, HTML/CSS
Retry commandRetries an Action step if it fails.
GitHub Action that automatically retries failed steps in workflows. Improves CI/CD pipeline reliability by handling transient failures.
github.com/marketplace/actions/retry-commandTechnologiesShell Script, GitHub Actions, YAML
SnackCardsChrome extension that shows your Reading List as cards in a side panel.
A companion to Snack Time: a clean, card-based view of the Chrome Reading List rendered in the browser's side panel, for articles and videos saved for later.
chromewebstore.google.com/detail/snack-cards-reading-list/pegiigaifjibokehgiofjhndlkfnocoeTechnologiesTypeScript, Chrome Extension API
Website
zuki.devthis website
A personal portfolio website built with Astro and TypeScript. Fully static site generation with internationalization and a Tailwind CSS design.
github.com/corrupt952/zuki.devTechnologiesAstro, TypeScript, Tailwind CSS, i18n
Other
homeThe repository for the network devices and a kubernetes cluster in my home.
Infrastructure as Code repository for managing home environment. Includes Kubernetes cluster configuration management, network device settings, and automation using Ansible. Implements GitOps practices for reliable infrastructure management.
github.com/corrupt952/homeTechnologiesKubernetes, Ansible, Docker, Helm, GitOps
Archived14
CLI
kzA simple kusotmize version manager.
Tool for easily managing and switching between multiple versions of kustomize. Streamlines Kubernetes manifest management workflow. Archived project.
github.com/corrupt952/kzTechnologiesShell Script, Kustomize
ssm-sessionA simple wrapper for AWS SSM Session Manager
Wrapper script that improves the usability of AWS Systems Manager Session Manager. Simplifies secure connections to EC2 instances. Archived project.
github.com/corrupt952/ssm-sessionTechnologiesShell Script, AWS SSM, AWS CLI
md2htmlConvert markdown to html.
Tool for converting Markdown files to HTML. Useful for simple document generation and blog post conversion. Archived project.
github.com/corrupt952/md2htmlTechnologiesRuby, Markdown, HTML
SketchBundleSketchBundle makes sure Sketch 3 run the same plugins on every machine.
Tool for managing and synchronizing Sketch plugins. Ensures design environment consistency across teams. Archived project.
github.com/corrupt952/SketchBundleTechnologiesGo, Sketch, Plugin Management
pjtreeMake any directory and files by json. Make directory hierarchy to json.
Tool for defining project structures in JSON format and automatically generating directories and files. Useful for managing project templates. Archived project.
github.com/corrupt952/pjtreeTechnologiesPython, JSON, File System
pyxenterControl your ESXi and Xen servers from the command line.
Tool for managing ESXi and XenServer virtual machines from the command line. Supports virtualization environment automation and efficient operations. Archived project.
github.com/corrupt952/pyxenterTechnologiesPython, VMware API, Xen API
VoyagerGenerates interactive dependency diagrams from Vue.js components.
Analyzes a Vue.js codebase's imports and renders an interactive, pannable, zoomable dependency graph, with automatic detection of Atomic Design component hierarchy. Published as a preliminary release; archived and no longer maintained.
github.com/corrupt952/voyagerTechnologiesTypeScript, Vue.js
Extension
br1eflyThe respository for chrome extension to perform various operations using OpenAI or Azure OpenAI Service.
AI-powered Chrome extension that enables text operations on web pages. Select text to perform translation, summarization, explanation, and other AI operations. Supports both OpenAI and Azure OpenAI services. Archived project.
chrome.google.com/webstore/detail/br1efly/hmeejlkdfcfdlhkpioeodolchpcnbnhnTechnologiesTypeScript, OpenAI API, Azure OpenAI, Chrome Extension API
SlackerNotify events from BitBucket to Slack.
Plugin for notifying BitBucket events (pull requests, commits, etc.) to Slack. Improves development team communication. Archived project.
github.com/corrupt952/slackerTechnologiesJava, BitBucket API, Slack API
Website
revealerHTTP server that returns the source IP, request headers, request body, and query string.
A debugging and testing HTTP server that provides detailed request information. Useful for API development verification and network troubleshooting. Lightweight and containerized for easy deployment in various environments.
github.com/corrupt952/revealerTechnologiesGo, HTTP Server, Docker, JSON
picturnizeGenerate the icons needed to create the service.
Icon generation tool for applications and web services. Batch generates icons in various sizes and formats to streamline developer workflow. Built with React for intuitive user experience. Archived project.
picturnize.zuki.devTechnologiesReact, TypeScript, Canvas API, Image Processing
WordySquirrelA generate blog outlines from the text.
AI-powered tool for automatically generating blog post outlines from text input. Web application built with Flutter. Archived project.
wordy.zuki.devTechnologiesFlutter, Dart, OpenAI API
lilyOnline Ruby interpreter.
Online interpreter for executing Ruby code in the browser. Useful for educational purposes and testing code snippets. Archived project.
github.com/corrupt952/lilyTechnologiesRuby, Web Framework, JavaScript
Other
postossA simple blog system written in Ruby on Rails.
Simple blog system built with Ruby on Rails. Implements basic CRUD functionality and content management. Archived project.
github.com/corrupt952/postossTechnologiesRuby on Rails, PostgreSQL, HTML/CSS