Vinix – 用 V 语言编写的现代操作系统
Vinix – A modern operating system written in V

原始链接: https://vinix-os.org/

Vinix 是一款轻量级的开源操作系统,专为 MacBook 设计,旨在解决现代 macOS 系统臃肿、运行缓慢以及隐私方面的问题。通过精简不必要的后台服务,Vinix 实现了极低的资源占用——仅需数秒即可启动,且仅占用 100 MB 内存和 1 GB 磁盘空间。 除了性能提升,Vinix 还致力于将 MacBook 转变为高端游戏设备。通过利用 Wine、x86-64 转译层以及持续开发的 Apple GPU 驱动程序,该项目旨在让 MacBook 能够运行目前在 macOS 上不支持的大型游戏,例如《艾尔登法环》、《巫师 3》和《侠盗猎车手 V》。Vinix 为用户提供了一个透明且可自主控制的环境,避免了向苹果发送隐私数据,为希望充分发挥硬件潜能的用户提供了一个精简的替代方案。

Hacker News 最新 | 往期 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Vinix – 一款用 V 语言编写的现代操作系统 ( vinix-os.org ) 14 点 由 hggh 发布于 53 分钟前 | 隐藏 | 往期 | 收藏 | 4 条评论 帮助 novacrazy 7 分钟前 | 下一条 [–] 这种骗局语言是怎么火起来的,我简直无法理解。 回复 ape4 2 分钟前 | 父评论 | 下一条 [–] 这似乎是该语言的主页 https://vlang.io/ 回复 ecto 6 分钟前 | 父评论 | 上一条 | 下一条 [–] 一种编程语言怎么能是骗局呢? 回复 foul 10 分钟前 | 上一条 [–] 顺便问一下,V 语言现在发展得怎么样了?过去我看到过一些关于这门编程语言的负面报道。 我试着浅尝辄止地用过,体验还不错。 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:
相关文章

原文

This is the main reason Vinix exists: to offer a fast, open source, minimal operating system for MacBooks. Apple builds excellent hardware, and there was no lightweight system built specifically for it.

macOS gets slower and more bloated with every release. The same Mac that felt instant when you bought it feels sluggish a few updates later, and the system now takes tens of gigabytes of disk and gigabytes of RAM before you open a single app. Releases have also become less stable, with questionable design choices, settings that get rearranged or removed, features nobody asked for, and more of the system tied to online accounts and services.

Vinix goes the other way. It starts in about 100 MB of RAM and 1 GB of disk, boots in seconds, and stays that way. The entire system is open source, so you can read any part of it, change it, and rebuild it yourself. Nothing phones home.

There is also gaming. Vinix is going to turn your powerful Mac into a gaming machine. Apple Silicon has the GPU for it, but the games are not there: most publishers skip macOS entirely, and the ports that do exist get dropped. For example, Valve ended macOS support for Counter-Strike 2. Vinix is going to support popular titles that have no macOS version, including The Witcher 3, Counter-Strike 2, Elden Ring, Grand Theft Auto V, Red Dead Redemption 2, Skyrim, Doom Eternal, and Hogwarts Legacy.

That is planned work rather than something you can play today. It builds on two pieces that already run here: Wine, which runs Windows applications on Vinix, and a user-mode x86 translation layer, which runs x86-64 binaries on ARM64 hardware. The remaining piece is the Apple GPU driver work now in progress.

联系我们 contact @ memedata.com