one-wallhaven mal
Use this command to install one-wallhaven:
winget install --id=MaLuns.wallhaven-electron -e
An electron wallpaper client.
one-wallhaven is an Electron-based wallpaper client designed to fetch and manage wallpapers from wallhaven.cc. It provides users with a seamless and intuitive interface to explore, search, and organize their favorite wallpapers.
Key Features:
- Gallery view to browse popular and trending wallpapers
- Search functionality with filters for categories, resolutions, and tags
- Ability to save and organize wallpapers into personal collections
- Favorites feature to easily access frequently used wallpapers
- Regular updates to ensure the latest content is available
Audience & Benefit:
Ideal for users who appreciate high-quality wallpapers and want a simple, efficient way to manage their wallpaper collection. It streamlines the process of discovering new wallpapers while offering customization options to suit individual preferences.
Available via winget for easy installation.
README
wallhaven-electron
一款基于 Electron 壁纸客户端 。
运行
# 安装依赖
yarn
# 运行开发模式 (注意这里需要两个都跑起来)
npm run dev:web
npm run dev:exe
# 打包安装文件
npm run build:web
npm run build:exe
项目结构
- build 打包图标
- public 静态资源
- layout 前端文件
- src
- main 主线程目录
- renderer 渲染线程(前端打包输出目录)
截图
新UI






原UI
小程序版

Api
参与贡献
非常欢迎你的贡献,你可以通过以下方式一起共建 :smiley::
- 通过 Issue 报告 bug 或进行咨询。
- 提交 Pull Request 改进 wallhaven-electron 的代码。