
Closed
Posted
Paid on delivery
我正在推进一款仅运行于 Linux 的桌面软件,核心是稳定、低延迟的网络通信功能。整个项目会采用迭代方式进行:我会根据使用场景不断给出实时需求或修改意见,你需要快速吸收并在代码中体现出来,而不是等到全部需求冻结之后再一次性提交。 技术栈并不强制,只要最终可在主流 Linux 发行版上直接运行即可;若能用 Python(PyQt / GTK)、C++(Qt / GTK)、或 Rust 等常见方案,对后续维护更有帮助。 交付物: • 完整可执行文件,支持一键启动 • 对应源代码及简明 README(编译或运行步骤、主要依赖) • 每次迭代的变更记录,方便我跟踪调整 确认功能达成并通过我现场测试后即算一个里程碑。期待与你在敏捷节奏下协作,持续把需求落地成可靠、清晰的 Linux 桌面应用。
Project ID: 40522059
53 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
53 freelancers are bidding on average $1,488 USD for this job

Hi, I am a software engineer with over 12 years of experience building Linux desktop and networking applications where stability, latency, and maintainability matter. I can work in the iterative style you described: take each live requirement, turn it into a clear change, deliver a runnable build, and keep a concise changelog so every adjustment is traceable. For this project I would suggest starting with a small but solid Linux desktop foundation, then adding the network communication workflows milestone by milestone after your on-site testing. Depending on the UI and performance needs, I can use Python/PyQt for faster iteration or C++/Qt/Rust where lower latency and stronger packaging are more important. Each milestone will include source code, a one-click runnable build, README with dependencies/run steps, and notes on what changed. A few details I would like to confirm are the networking protocol expected, target distributions, whether the app needs background service behavior, and any latency/reconnect requirements. Please contact me to discuss details.
$2,200 USD in 28 days
7.6
7.6

⭕⭕⭕ Linux Desktop Application (Low-Latency Network System) Development ⭕⭕⭕ Hello, I will build a stable Linux desktop application focused on low-latency network communication with an iterative development approach, quickly adapting to evolving requirements and continuously improving the system. Key features Cross-distribution Linux support, Low-latency network communication layer, Iterative agile development with versioned milestones, One-click executable build, Clean source code + README + dependency setup READY TO START IMMEDIATELY!!!!!
$1,550 USD in 7 days
7.0
7.0

Hello Sir/MAM I am a skilled full stack developer. Having rich experience in Java , C++ , C , C# , Python , Eclipse , Sql , Mysql , .Net ,Oracle , Object Oriented Programming , Data Structure , Algorithms, Linux , Windows , Cloud , Azure . I have a perfect grip on “Artificial Intelligence” “Automation” , and work in “Machine Learning” Deep Learning ”. My track record as demonstrated in my 100% job completion and 5-star review rating showcases My ability to deliver exceptional results on time and with utmost quality I believe that my skill set makes me the ideal candidate for this project Please come on chat we will discuss more about this I will be waiting for your reply . Thanks and Best Regards
$700 USD in 2 days
6.4
6.4

Hello, I can help you build and iterate on a Linux-only desktop application focused on stable, low-latency network communication. I understand that this project will evolve in an agile way, so I will not wait for all requirements to be finalized before delivering value. My approach will be to build a clean core application first, then quickly absorb your real-time feedback, update the code, and provide clear iteration logs after each milestone. For the technical stack, I can use Python with PyQt/GTK, C++ with Qt, or Rust depending on the performance and maintainability requirements. For a desktop networking tool, I would recommend a stack that balances reliability, fast UI development, and easy deployment on mainstream Linux distributions. Deliverables will include: A complete executable application with one-click launch Full source code A concise README with setup, build/run steps, and dependencies Change logs for each iteration Clean, maintainable code structure for future updates I will focus on responsive UI behavior, reliable network handling, low latency, clear error reporting, and easy testing during your live milestone reviews. Once each feature is confirmed through your on-site testing, I will treat it as a completed milestone and continue with the next iteration. I am ready to collaborate in a fast, practical, and transparent development rhythm to turn your evolving requirements into a reliable Linux desktop application.
$1,000 USD in 7 days
5.8
5.8

Intrieged and ready to plunge into coding for your unique project, I am Jiayin, a multifaceted Senior AI, Software, and Embedded Systems Engineer. Over the years, my expertise has expanded to encompass frameworks such as PyQt / GTK and languages like C++,which you indicated fall within the desired technical stack. My value lies in delivering robust solutions: systems that are reliable, highly-functional yet low-latency without compromising quality. I am drawn towards the iterative nature of your project where we adapt functionality in real-time. My skill for learning quickly will empower me to effectively absorb and integrate any modifications you bring forth. Your satisfaction is my priority, which I demonstrate through source code clarity, comprehensive READMEs for better usage and deployment documentation, and changelogs per iteration for easy monitoring. Apart from just completing this project successfully,my focus will be on making future maintenance efforts smoother. Looking forward to really diving into the agile process with you as we create a powerful,agile Linux desktop application that manifests all your needs in real time.
$2,000 USD in 7 days
5.2
5.2

你强调要在迭代节奏下快速把实时网络需求落到代码上,这点很重要——低延迟和稳定性往往不是一次性设计能解决的,需要可测的最小可运行单元持续改进。 真正的痛点通常在网络抖动和资源竞争上,必须把可观测性和回退策略当作第一等公民,而不是等到后期补上。 我在 LootEdge 项目里做过实时消息和交易一致性模块,负责保证消息可靠投递和在高并发下的风险规则触发,能把那些经验直接带到桌面网络层。 我的实现思路是 1. 先做一个小而可测的网络核心原型,覆盖连接建立、心跳、重试和拥塞控制 2. 把核心以库形式封装并写自动化测试,做一个最小桌面前端用来现场测试 3. 集成桌面界面并做一键打包为 AppImage 或 deb,提供可执行文件 源码 README 和逐次变更记录 你目前偏好哪种语言栈 Python C++ 还是 Rust 并且目标主要支持哪些 Linux 发行版?我可以先准备一份体系架构图和一个最简可执行 demo 供你现场验收。
$1,550 USD in 7 days
4.8
4.8

Hello, 我之前做过一个 Linux 桌面工具,界面需要保持流畅,同时后台要和本地服务做实时通信。里面也有 socket 连接、断线重连、日志显示和按测试反馈快速改版本,所以你这种边测试边迭代的方式我比较熟悉。 这个项目的重点应该是通信层稳定、低延迟,同时不能让界面卡住。我会把界面和网络通信逻辑分开处理,用异步或独立线程来做收发数据,并加入心跳、重连和清晰日志。按目前描述,第一版 demo 一般可以在 3–5 天内做出来,包括简单界面、连接测试、日志窗口和一键启动脚本。 我想先确认一点:通信协议和数据格式已经确定了吗,还是也需要我一起设计? Oleksandr
$1,550 USD in 7 days
4.8
4.8

Hello, We went through your project description and it seems like our team is a great fit for this job. We are an expert team which have many years of experience on C Programming, Python, Linux, C++ Programming, Agile Development, Qt, Rust, Desktop Application Please come over chat and discuss your requirement in a detailed way. Thank You
$1,600 USD in 7 days
4.5
4.5

我已了解核心需求:一款完全运行在 Linux 系统上的桌面应用程序,需要稳定、低延迟的网络通信。 我在移动、Web 和桌面应用程序开发方面拥有超过 12 年的经验。我曾为 Windows、macOS 和 Linux 开发过多个桌面应用程序。最近,我开发了一款支持 Linux、Windows 和 macOS 的生产力跟踪桌面应用程序。 我很乐意与您探讨。 此致,Nitesh
$2,000 USD in 12 days
4.5
4.5

✋ 您好!✋ 本项目目标:开发一款可靠的 Linux 桌面网络应用程序,具备低延迟通信能力,并采用敏捷迭代开发模式。 我已仔细研读了您的需求:开发一款仅限 Linux 平台的桌面应用,要求网络通信稳定、支持快速迭代、架构清晰,并提供完整的交付物(包括可执行文件、源代码、README 文档及变更日志)。 我是该项目的理想人选,因为我擅长构建代码整洁且具备可扩展性的 Linux 桌面应用,并能在敏捷工作流中迅速适应不断变化的需求。 1 低延迟网络应用开发(根据需要使用 Python、Qt、C++ 或 Rust) 2 敏捷开发模式:快速迭代、基于里程碑交付及详细的变更日志 3 涵盖 UI 设计、必要的数据库管理、测试以及完整源代码交付 我拥有超过 9 年的全栈开发经验,并曾成功交付过类似的 Linux 桌面及网络应用程序项目。 期待与您沟通并达成合作。 顺颂商祺 Elisha Mariam
$200 USD in 12 days
4.6
4.6

As a seasoned software architect with over 13 years of experience, I have a deep understanding of Linux and a proven track record in Python development. I've overseen numerous projects from product design to final deployment, ensuring all aspects of the development process meet high standards. My extensive experience with complex networking apps aligns perfectly with your project's needs. Beyond just delivering features, I focus on building scalable, secure and reliable systems, which complements your vision of a stable and low-latency networking app for Linux. Over the years, I've honed my skills in Python frameworks like PyQt and specialized in optimising them for performance. This proficiency allows me to meet your requirements by creating an efficient and user-friendly desktop application. To ensure we are in complete sync throughout this agile process, I offer seamless communication and regular updates so that we can quickly adapt as new requirements emerge. My work is characterized by meticulous documentation and clear communication, ensuring that all iterations are precisely tracked. Given my professional demeanor, passion for clean code and commitment to client satisfaction, you can trust me to deliver your project on time without sacrificing an ounce of quality or functionality.
$1,700 USD in 7 days
4.9
4.9

Hello. I am fullstack developer and python expert. I read your request and If we can discuss further details I can help you. Lets talk on the chat. Thanks.
$1,550 USD in 7 days
4.3
4.3

Hi, I can help build this Linux-only desktop app in an iterative way, with a focus on stable, low-latency network communication and clean delivery after each milestone. The main point is that you don't need someone who waits for perfect final requirements - you need a developer who can quickly understand live feedback, adjust the code, and keep the app reliable as the workflow evolves. I have experience building Linux desktop applications using Python/PyQt, C++/Qt, sockets/network communication, async processing, packaging, debugging, and writing clear README/deployment notes. Depending on the final needs, I can suggest Python/PyQt for faster iteration or C++/Qt/Rust if performance and long-term stability are more important. For each milestone, I can provide the executable, source code, short README, and a clear changelog so you can test the feature directly and track what changed. One thing I would handle carefully is the network layer, because low latency is not only about language choice - it also depends on connection handling, threading/async design, error recovery, and clean logging. I can start with a small working prototype first, then improve it step by step based on your live testing and feedback. Best regards. Daniel
$1,550 USD in 3 days
3.9
3.9

Hi, I can develop a Linux desktop networking application with stable, low-latency network communication features. The project will follow an iterative approach, where real-time requirements and modifications will be provided for you to quickly incorporate into the code, rather than waiting for all requirements to be finalized at once. I have experience with Python (PyQt/GTK), C++ (Qt/GTK), and Rust, which will aid in future maintenance and compatibility with mainstream Linux distributions. A key challenge is ensuring seamless integration of real-time requirements into the codebase during each iteration. I address this by implementing a flexible and adaptive development approach to accommodate evolving needs. I will provide a complete executable file for easy launch, along with corresponding source code, a concise README, and detailed change logs after each iteration for easy tracking and adjustment. Let's discuss the details via chat. Regards,
$1,000 USD in 7 days
3.0
3.0

hi, I am interesting this project, I am good at Linux development, I can do this project quickly, looking forward working with you! Regards
$1,550 USD in 25 days
3.3
3.3

Hi, I will build a stable, low-latency Linux desktop application that meets your iterative requirements. My experience with Python and C++ ensures a clean implementation using PyQt or Qt, paving the way for easy maintenance. I understand the importance of rapid adaptation to changes, and I’ll integrate your feedback promptly, delivering incremental milestones. The final deliverables will include a fully executable file, source code, and a concise README for setup and dependencies. Each iteration will be accompanied by a change log, allowing you to track progress seamlessly. To ensure the application meets your expectations, I’d like to confirm your preferred communication channels for real-time feedback and any specific performance benchmarks you have in mind. Let’s collaborate effectively to transform your vision into a robust Linux application. Thank you.
$1,550 USD in 7 days
3.1
3.1

Hello, I can help you build this Linux desktop application with a stable, low-latency network communication core and an iterative development workflow. I am comfortable working with Python/PyQt, C++/Qt, or Rust, and I can choose the best stack based on your performance and maintenance needs. I will deliver a one-click runnable Linux application, clean source code, a concise README, and clear change logs for each iteration. I can quickly absorb new requirements, implement changes step by step, and support live testing after each milestone. My focus will be reliability, clean architecture, responsive UI, and easy deployment on common Linux distributions. I’m ready to collaborate in an agile way and turn your evolving requirements into a practical, stable desktop tool.
$1,000 USD in 7 days
2.7
2.7

Your requirement for a stable, low-latency Linux desktop networking app with an iterative development cycle strongly resonates with my experience in building high-performance C++ Qt applications for real-time data streaming. I've successfully delivered similar projects where rapid iteration and direct user feedback were paramount to achieving optimal performance and usability under strict deadlines. My approach will involve leveraging C++ with the Qt framework for its robust networking capabilities and cross-platform potential on Linux. We'll utilize asynchronous I/O operations (e.g., `QAbstractSocket`'s non-blocking modes) and potentially `epoll` for efficient event handling to ensure low latency. Development will follow an agile methodology, with frequent commits to a shared repository (Git) for each iteration. I'll provide clear changelogs and ensure buildability on major Linux distributions using CMake, delivering self-contained executables and well-documented source code. Given the iterative nature, how do you envision the initial scope for the first milestone? Also, are there any specific networking protocols or communication patterns you anticipate being critical to the core functionality from the outset? I'm eager to discuss how we can quickly translate your vision into a functional application.
$2,275 USD in 21 days
2.0
2.0

您好, 我们的团队在Linux应用开发中拥有丰富的经验,曾为多个项目提供了稳定、低延迟的网络通信解决方案。例如,我们开发过基于Python和PyQt的桌面软件,成功实现了即时数据更新和用户自定义设置的功能。此外,我们还实现了C++和Qt的项目,专注于高度可维护和易于集成的架构,确保了用户的快速反馈可以被实时应用。针对您的需求,我们可以为您构建一款专属的Linux桌面应用,首先,我们将采用敏捷开发方法,确保每次迭代都能快速反映您提出的实时需求;其次,使用Python与GTK作为主要技术栈,使应用能够在主流Linux发行版上可靠运行;最后,我们会提供完整的可执行文件和详尽的变更记录,以便您跟踪项目进展。特别是在支持一键启动的功能上,我们相信我们能为您提供优质的解决方案。期待与您在敏捷节奏下的高效协作。 感谢您的考虑 PureCode Company
$1,550 USD in 7 days
2.2
2.2

Hello, I can help develop your Linux desktop application in an agile, iterative manner, focusing on stable and low-latency network communication. I have experience building cross-distribution Linux applications using Python (PyQt), C++/Qt, and modern backend/networking architectures, with an emphasis on maintainable code and rapid feature implementation. I understand that requirements will evolve during development, and I'm comfortable working in short iterations, delivering frequent updates, change logs, and testable builds rather than waiting for a final specification. Each milestone can include a runnable executable, updated source code, concise documentation, and a summary of implemented changes for easy verification. My approach is to establish a solid architecture first, then continuously refine functionality based on your real-world usage feedback while maintaining performance, code clarity, and reliability. I would be happy to discuss the communication protocol, UI requirements, and deployment targets to define the first milestone and begin development.
$1,550 USD in 7 days
2.6
2.6

Phnom Penh, Cambodia
Member since Jun 18, 2026
₹12500-37500 INR
₹12500-37500 INR
$750-1500 USD
£10-20 GBP
$30-250 USD
$250-750 USD
₹12500-37500 INR
$250-750 CAD
$250-750 USD
$250-750 USD
$25-50 USD / hour
₹1500-12500 INR
₹400-750 INR / hour
$25-50 USD / hour
$250-750 USD
₹12500-37500 INR
$250-750 USD
€30-250 EUR
₹600-1500 INR
₹1500-12500 INR