前言

最近有点想换电脑,整理了一下可能会用到的软件

收录标准:

  • 我用过并觉得好用
  • 我没用过,在调研时发现好评如潮且功能我很喜欢
  • 我认为我安装后不会后悔
  • 免费使用或使用成本低
  • 不流氓,容易安装和卸载,无广告弹窗
  • 体积尽量小,性能尽量好
  • 同赛道下跨平台者优先考虑
  • 同赛道下积极更新维护者优先考虑
  • 同赛道下开源者优先考虑

其实还有很多我认为好用的软件,因为种种原因没有收录;仅供参考,图个乐即可

软件列表

系统镜像

ubuntu

基于 debian 的 linux 发行版,在多个领域均有应用,稳定版会获得官方长期支持

官网:https://ubuntu.cn/

kali

专为渗透测试设计的 linux 发行版,预装了大量安全工具,基于 debian

官网:https://www.kali.org/

WePE

免费纯净的 PE 工具箱

官网:https://www.wepe.com.cn

终端模拟器

tabby

开源免费,功能强大,风格简约,支持高度自定义

github 地址:https://github.com/Eugeny/tabby

terminus

商业终端模拟软件,界面现代美观,有免费版(部分通讯协议需要收费)

官网:https://termius.com/

代码编辑器

jb 家的 IDE 都挺好用的,不过我习惯一切都在 vscode 中编写了,对 jb 家的产品使用经验甚少,就不收录了

zed

开源代码编辑器,使用 rust 编写,快速且轻量,支持大量插件

🤔 目前处于上升期,许多功能仍在开发

github 地址:https://github.com/zed-industries/zed

vscode

老牌,强大,超丰富生态;伟大无需多言

github 地址:https://github.com/microsoft/vscode;官网:https://code.visualstudio.com/

编程语言环境

关于 java、php、csharp,它们的开发环境我都配过,但是不敢确定自己的解决方案是否高效,故不收录

关于 matlab,商业软件、太臃肿、我不喜欢,不收录

关于其他未收录的编程语言,我没用过,用什么软件来管理其环境都不知道,故不收录

uv

新晋 python 环境管理软件,使用 rust 编写,运行快速,依赖管理严谨,开源

github 地址:https://github.com/astral-sh/uv

miniconda

老牌 python 环境管理软件,集成部分实用库,功能强大且开源免费

官网:https://www.anaconda.com/

nvm

开源、免费、主流的 nodejs 环境管理软件

github 地址:https://github.com/nvm-sh/nvm

go

简洁强大的跨平台编译型语言,语法现代且编译速度极快

github 地址:https://github.com/golang/go

mingw-w64

针对 windows 的编译工具链,主要用于在 windows 下编译 C/C++/Fortran 代码,开源

官网:https://www.mingw-w64.org/

lua

极轻量的脚本语言,专为灵活嵌入各种应用程序设计

🤔 官方没有提供最新版本的可执行文件,有需求者可以考虑自行编译(我编译过 lua5.4.8,没遇到啥坑)

github 地址:https://github.com/lua/lua;官网:https://www.lua.org/

luarocks

lua 官方推荐的包管理工具

github 地址:https://github.com/luarocks/luarocks

asdf

支持多语言的一站式环境管理平台,开源免费,不支持 windows

github 地址:https://github.com/asdf-vm/asdf

游戏开发

godot

开源免费的游戏引擎,轻量且跨平台,2D 性能优秀

🤔 目前处在上升期,许多功能仍待完善

代表作品:土豆兄弟

github 地址:https://github.com/godotengine/godot

aseprite

受到业界广泛认可的像素画创作软件,专注像素艺术领域,无冗余功能。买断制收费(但是官方提供了源码)

github 地址:https://www.aseprite.org/;官网:https://www.aseprite.org/

lmms

开源、强大、跨平台的编曲软件

github 地址:https://github.com/LMMS/lmms

love2d

开源免费的 2D 游戏开发框架,使用 Lua 编写游戏脚本

代表作品:小丑牌

github 地址:https://github.com/love2d/love

krita

开源免费的专业绘画软件,功能丰富且强大

官网:https://krita.org/zh-cn/

blender

开源免费的 3D 建模软件,功能强大且易于使用,广受好评

官网:https://www.blender.org/

其他开发工具

cmake

主流 C/C++ 构建工具,开源免费

github 地址:https://github.com/Kitware/CMake;官网:https://cmake.org/

git

老牌、主流、影响深远的分布式版本管理软件

github 地址:https://github.com/git/git;官网:https://git-scm.com/

docker

go 编写的容器构建与管理平台,开源免费

官网:https://www.docker.com/

vmware

经典、强大的虚拟机平台,博通收购 VMware 后,VMware Workstation 与 VMware Fusion 已完全免费

🤣 博通把这俩产品的下载流程搞得贼麻烦

官网:https://www.vmware.com/

dbeaver

支持超多种数据库的数据库管理软件,有免费社区版,部分数据库驱动需要收费(但可以添加自定义驱动)

官网:https://dbeaver.io/

渗透测试平台

yakit

新晋国产渗透测试平台,基于 yaklang,功能强大,开源免费

github 地址:https://github.com/yaklang/yakit,官网:https://yaklang.com/

burpsuit

老牌渗透测试平台,基于 java,功能超强,插件生态丰富。商业软件但有免费社区版

官网:https://portswigger.net/burp

笔记软件

uTools 官方提供的 markdown 插件也挺好用的,不单独收录

obsidian

商业笔记软件,有免费版,支持“所见即所得”的 markdown 编辑器,界面美观,功能超强大

官网:https://obsidian.md/

joplin

开源免费、广受好评的笔记软件,支持“所见即所得”的 markdown 编辑器

github 地址:https://github.com/laurent22/joplin

xmind

商业思维导图软件,有免费版本

官网:https://xmind.cn/

draw.io

开源免费的跨平台图表绘制软件,自由度超高,支持结构图、流程图、UML 图等多种图表的绘制

github 地址:https://github.com/jgraph/drawio

浏览器

firefox

开源免费的浏览器,由 mozilla 开发

官网:https://www.firefox.com.cn/

chromium

开源免费的浏览器,由 google 开发;注意不要和 chrome 弄混了

官网:https://www.chromium.org/chromium-projects/

搜索引擎推荐

bing

微软旗下的搜索引擎,界面干净美观,国内可访问

google

google 旗下的搜索引擎,搜索能力超强,无需多言,但可能需要魔法上网

DuckDuckGo

注重隐私保护的搜索引擎,但可能需要魔法上网

扩展推荐

DarkReader

在全网站应用暗黑主题

TamperMonkey

可加载超多脚本以增强网页功能

uBlock Origin

开源免费的广告拦截器

下载器

ndm

不开源但免费的多线程下载器,界面美观

官网:https://neatdownload.com/

xdown

不开源但免费的多线程下载器+bt下载器,界面简单,功能强大

官网:https://xdown.org/?lang=zh

motrix

开源免费且广受好评的 bt 下载器

官网:https://motrix.app/

代理客户端

clash verge rev

基于 rust tauri2 的代理客户端,支持大量代理协议,开源免费

github 地址:https://github.com/clash-verge-rev/clash-verge-rev

proxifier

渗透测试中常用的代理客户端,收费,有一个月试用期

😃 该软件的注册码生成机制已被破解,有需求者自行搜索

官网:https://www.proxifier.com/

webshell 管理工具

antsword

由经典工具”中国菜刀“发展而来的 webshell 管理工具,基于 nodejs electron

github 地址:https://github.com/AntSwordProject/antSword

behinder

使用 java 开发的 webshell 管理工具,免费下载,闭源

github 地址:https://github.com/rebeyond/Behinder

godzilla

使用 java 开发的 webshell 管理工具,免费下载,闭源

github 地址:https://github.com/BeichenDream/Godzilla

其他安全工具

fscan

针对内网的漏洞扫描工具,使用 go 编写,内置大量 poc

github 地址:https://github.com/shadow1ng/fscan

SecDictionary

大量实用字典,很全很好用

github 地址:https://github.com/SexyBeast233/SecDictionary

spray

使用 go 编写的目录扫描工具

github 地址:https://github.com/chainreactors/spray

nuclei

使用 go 编写的漏洞扫描工具,可使用 yaml 编写自定义的 poc 规则

github 地址:https://github.com/projectdiscovery/nuclei

010Edictor

能够从二进制层面查看与编辑文件的工具

官网:https://www.sweetscape.com/010editor/

其他软件

firejail

轻量易用的沙箱,开源免费

😥 非跨平台,仅 linux 可用

github 地址:https://github.com/netblue30/firejail

steam

支持超多游戏的在线游戏平台,免费使用(但这并不代表平台上的游戏都是免费的哈)

官网:https://store.steampowered.com/

ventoy

开源免费的启动盘制作工具,功能超强大:能将多个系统镜像集中到一张启动盘,且不影响 U 盘的日常使用

github 地址:https://github.com/ventoy/Ventoy;官网:https://www.ventoy.net/

7z

开源免费的压缩/解压软件,功能强大、轻量简洁、没有广告

官网:https://www.7-zip.org/

telegram

专为私密聊天设计的免费即时通讯软件

官网:https://desktop.telegram.org/

obs

开源免费且功能强大的录屏、直播推流软件,市面上最优秀的录屏软件之一

github 地址:https://github.com/obsproject/obs-studio

potplayer

不开源但免费的视频播放器,支持大量多媒体格式,运行流畅,没有广告

官网:https://potplayer.daum.net/

rammap

微软提供的内存分析与清理工具,windows 专用,清理效果冠绝群雄

官网:https://rammap.com/

PowerToys

微软提供的实用工具集,能极大地增强 windows 使用体验

官网:https://learn.microsoft.com/en-us/windows/powertoys/

uTools

一个插件驱动的桌面工具平台,内含超多实用插件

官网:https://www.u-tools.cn/index.html

OnlyOffice

一个开源免费的跨平台办公套件,功能全面,风格美观,非常接近微软 office。由 Ascensio System SIA 公司管理

github 地址:https://github.com/ONLYOFFICE/DesktopEditors;官网:https://www.onlyoffice.com/zh/

LibreOffice

目前最流行的开源办公套件,跨平台,支持超多文档格式。由非盈利组织 TDF 管理

官网:https://zh-cn.libreoffice.org/