After weeks of development, NimPacket is now officially available in the Nim package registry. The library provides low-level packet crafting and raw socket networking capabilities, designed for security researchers and network engineers who need direct control over packet construction and transmission.
The package supports multiple protocols, including Ethernet, ARP, IP, TCP, UDP, and ICMP, with a clean API that balances ease of use with low-level control. Anyone can now install it via nimble install nimpacket and start building custom network tools, security scanners, or protocol analyzers.
You can check out the full documentation and examples at https://nim-packet-website.vercel.app or explore the source code on GitHub at https://github.com/0x57Origin/NimPacket. Contributions and feedback are welcome as the library continues to evolve.